Skip to content

Commit 34423f2

Browse files
committed
Add Volume for MySQL
1 parent 0f34e7c commit 34423f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ services:
1818
- MYSQL_DATABASE=bookstack
1919
- MYSQL_USER=bookstack
2020
- MYSQL_PASSWORD=secret
21+
volumes:
22+
- ./mysql:/var/lib/mysql

0 commit comments

Comments
 (0)