18 lines
436 B
YAML
18 lines
436 B
YAML
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
|