netbooter/docker-compose.yml

18 lines
436 B
YAML
Raw Permalink Normal View History

2022-09-06 13:13:46 +00:00
version: '3.3'
services:
netbootxyz:
container_name: netbootxyz
environment:
- PUID=1000
- PGID=1000
- MENU_VERSION=1.9.9
ports:
- '3000:3000'
- '69:69/udp'
- '8080:80'
volumes:
- '/path/to/config:/config'
- '/path/to/assets:/assets'
restart: unless-stopped
image: linuxserver/netbootxyz