From 282f443e5970f185a3568ea7398f0663685166a7 Mon Sep 17 00:00:00 2001 From: Gabe Date: Wed, 1 Apr 2026 01:13:03 +0000 Subject: [PATCH] Update Documentation_Containers/bookstack/compose.yaml --- Documentation_Containers/bookstack/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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