Skip to content

Commit 75440f7

Browse files
committed
Add volumes for MySQL logs and configuration
1 parent 6dcc77d commit 75440f7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

deploy/docker-compose/docker-compose.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,9 @@ services:
1515
MYSQL_PASSWORD: ddwatch
1616
volumes:
1717
- mysql-data:/var/lib/mysql
18+
- mysql-log:/var/log/mysql
19+
- mysql-config:/etc/mysql
1820
volumes:
19-
mysql-data:
21+
mysql-data:
22+
mysql-log:
23+
mysql-config:

0 commit comments

Comments
 (0)