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