This commit is contained in:
jaydee
2023-12-03 16:07:03 +01:00
parent 615cd78252
commit 261d36eb8f

View File

@ -44,7 +44,7 @@ services:
# Setting this to true negates the need to specify the next three options # Setting this to true negates the need to specify the next three options
SAML2_AUTOLOAD_METADATA: true SAML2_AUTOLOAD_METADATA: true
volumes: volumes:
- /share/docker_data/bookstrap/bookstack_app_data:/config - /share/docker_data/bookstack/bookstack_app_data:/config
ports: ports:
- 6875:80 - 6875:80
restart: always restart: always
@ -67,7 +67,7 @@ services:
MYSQL_PASSWORD: /run/secrets/db_password MYSQL_PASSWORD: /run/secrets/db_password
volumes: volumes:
- /share/docker_data/bookstrap/bookstack_db_data:/config - /share/docker_data/bookstack/bookstack_db_data:/config
restart: always restart: always
secrets: secrets: