This commit is contained in:
ladislav.dusa
2023-09-13 20:43:50 +02:00
parent 7688c9780c
commit 5af04014f4
2 changed files with 2 additions and 3 deletions

View File

@ -43,6 +43,6 @@ services:
secrets: secrets:
db_password: db_password:
file: "db_password" file: "bookstack/db_password"
db_root_password: db_root_password:
file: "db_root_password" file: "bookstack/db_root_password"

View File

@ -9,7 +9,6 @@ services:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- /dev/ttyUSB0:/dev/ttyUSB0 - /dev/ttyUSB0:/dev/ttyUSB0
- /var/log:/logging - /var/log:/logging
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
privileged: true privileged: true