mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
remove debug port exposure for netbox
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user