mirror of
https://github.com/linuxserver/docker-bookstack.git
synced 2026-02-20 02:30:30 +08:00
Updated volume binds to include bookstack name
As requested in https://github.com/linuxserver/docker-bookstack/pull/171#issuecomment-1546728941
This commit is contained in:
parent
f2c4a7f002
commit
00ff6d8366
@ -57,7 +57,7 @@ custom_compose: |
|
||||
- DB_PASS=<yourdbpass>
|
||||
- DB_DATABASE=bookstackapp
|
||||
volumes:
|
||||
- ./app_data:/config
|
||||
- ./bookstack_app_data:/config
|
||||
ports:
|
||||
- 6875:80
|
||||
restart: unless-stopped
|
||||
@ -75,7 +75,7 @@ custom_compose: |
|
||||
- MYSQL_USER=bookstack
|
||||
- MYSQL_PASSWORD=<yourdbpass>
|
||||
volumes:
|
||||
- ./db_data:/config
|
||||
- ./bookstack_db_data:/config
|
||||
restart: unless-stopped
|
||||
|
||||
# application setup block
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user