change port 8000 to 8080
This commit is contained in:
parent
302f6464bb
commit
8b3ded51b5
|
|
@ -2,7 +2,7 @@ version: '3.4'
|
|||
services:
|
||||
netbox:
|
||||
ports:
|
||||
- "8000:8080"
|
||||
- "8080:8080"
|
||||
# If you want the Nginx unit status page visible from the
|
||||
# outside of the container add the following port mapping:
|
||||
# - "8001:8081"
|
||||
|
|
|
|||
Loading…
Reference in New Issue