1
0
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:
Christian Kniep
2016-07-04 10:51:52 +02:00
parent 85c55cd27f
commit af87345637

View File

@@ -15,8 +15,6 @@ services:
container_name: netbox
depends_on:
- postgres
ports:
- 8001:8001
environment:
SUPERUSER_NAME: admin
SUPERUSER_EMAIL: admin@example.com