init
This commit is contained in:
commit
2410db0b90
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user