Ajouter 'docker-cli'
This commit is contained in:
parent
e92fee12bd
commit
9405e97fb3
12
docker-cli
Normal file
12
docker-cli
Normal file
@ -0,0 +1,12 @@
|
||||
docker run -d \
|
||||
--name=netbootxyz \
|
||||
-e MENU_VERSION=2.0.76 `# optional` \
|
||||
-e NGINX_PORT=80 `# optional` \
|
||||
-e WEB_APP_PORT=3000 `# optional` \
|
||||
-p 3000:3000 `# sets web configuration interface port, destination should match ${WEB_APP_PORT} variable above.` \
|
||||
-p 69:69/udp `# sets tftp port` \
|
||||
-p 80:80 `# optional, destination should match ${NGINX_PORT} variable above.` \
|
||||
-v /local/path/to/config:/config `# optional` \
|
||||
-v /local/path/to/assets:/assets `# optional` \
|
||||
--restart unless-stopped \
|
||||
ghcr.io/netbootxyz/netbootxyz
|
||||
Loading…
x
Reference in New Issue
Block a user