diff --git a/Documentation_Containers/bookstack/compose.yaml b/Documentation_Containers/bookstack/compose.yaml index 518427e..b8cac0a 100644 --- a/Documentation_Containers/bookstack/compose.yaml +++ b/Documentation_Containers/bookstack/compose.yaml @@ -15,8 +15,8 @@ services: - DB_DATABASE=bookstackapp volumes: - /srv/docker/BookStacks/App:/config - ports: - - 6875:80 + #ports: + # - 6875:80 restart: unless-stopped depends_on: - bookstack_db