mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +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
|
# 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:
|
||||||
|
Reference in New Issue
Block a user