Browse Source

remove debug port exposure for netbox

Christian Kniep 8 years ago
parent
commit
af87345637
1 changed files with 0 additions and 2 deletions
  1. 0 2
      docker-compose.yml

+ 0 - 2
docker-compose.yml

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