mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
remove debug port exposure for netbox
This commit is contained in:
parent
85c55cd27f
commit
af87345637
@ -15,8 +15,6 @@ services:
|
|||||||
container_name: netbox
|
container_name: netbox
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
ports:
|
|
||||||
- 8001:8001
|
|
||||||
environment:
|
environment:
|
||||||
SUPERUSER_NAME: admin
|
SUPERUSER_NAME: admin
|
||||||
SUPERUSER_EMAIL: admin@example.com
|
SUPERUSER_EMAIL: admin@example.com
|
||||||
|
Loading…
Reference in New Issue
Block a user