Skip to content

Commit 00ff6d8

Browse files
committed
Updated volume binds to include bookstack name
As requested in #171 (comment)
1 parent f2c4a7f commit 00ff6d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme-vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ custom_compose: |
5757
- DB_PASS=<yourdbpass>
5858
- DB_DATABASE=bookstackapp
5959
volumes:
60-
- ./app_data:/config
60+
- ./bookstack_app_data:/config
6161
ports:
6262
- 6875:80
6363
restart: unless-stopped
@@ -75,7 +75,7 @@ custom_compose: |
7575
- MYSQL_USER=bookstack
7676
- MYSQL_PASSWORD=<yourdbpass>
7777
volumes:
78-
- ./db_data:/config
78+
- ./bookstack_db_data:/config
7979
restart: unless-stopped
8080
8181
# application setup block

0 commit comments

Comments
 (0)