change port 8000 to 8080
This commit is contained in:
parent
b9836c3af2
commit
753cb98ca3
|
|
@ -1,8 +1,7 @@
|
||||||
version: '3.4'
|
|
||||||
services:
|
services:
|
||||||
netbox:
|
netbox:
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8000:8080"
|
||||||
# If you want the Nginx unit status page visible from the
|
# If you want the Nginx unit status page visible from the
|
||||||
# outside of the container add the following port mapping:
|
# outside of the container add the following port mapping:
|
||||||
# - "8001:8081"
|
# - "8001:8081"
|
||||||
|
|
@ -20,4 +19,3 @@ services:
|
||||||
# SUPERUSER_EMAIL: ""
|
# SUPERUSER_EMAIL: ""
|
||||||
# SUPERUSER_NAME: ""
|
# SUPERUSER_NAME: ""
|
||||||
# SUPERUSER_PASSWORD: ""
|
# SUPERUSER_PASSWORD: ""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue