change port 8000 to 8080
This commit is contained in:
parent
dabfc38a92
commit
302f6464bb
|
|
@ -7,6 +7,8 @@ services:
|
||||||
- redis
|
- redis
|
||||||
- redis-cache
|
- redis-cache
|
||||||
env_file: env/netbox.env
|
env_file: env/netbox.env
|
||||||
|
ports:
|
||||||
|
- "8080:8080"
|
||||||
user: 'unit:root'
|
user: 'unit:root'
|
||||||
healthcheck:
|
healthcheck:
|
||||||
start_period: 60s
|
start_period: 60s
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue