mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
111
This commit is contained in:
@ -44,7 +44,7 @@ services:
|
||||
# Setting this to true negates the need to specify the next three options
|
||||
SAML2_AUTOLOAD_METADATA: true
|
||||
volumes:
|
||||
- /share/docker_data/bookstrap/bookstack_app_data:/config
|
||||
- /share/docker_data/bookstack/bookstack_app_data:/config
|
||||
ports:
|
||||
- 6875:80
|
||||
restart: always
|
||||
@ -67,7 +67,7 @@ services:
|
||||
MYSQL_PASSWORD: /run/secrets/db_password
|
||||
|
||||
volumes:
|
||||
- /share/docker_data/bookstrap/bookstack_db_data:/config
|
||||
- /share/docker_data/bookstack/bookstack_db_data:/config
|
||||
restart: always
|
||||
|
||||
secrets:
|
||||
|
Reference in New Issue
Block a user