Skip to content

Commit 514f869

Browse files
committedApr 17, 2024
docker-compose db add volume
1 parent 91ea0b8 commit 514f869

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎container/docker-compose.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ services:
77
MYSQL_DATABASE: app
88
MYSQL_USER: app
99
MYSQL_PASSWORD: app
10+
volumes:
11+
- ./db:/var/lib/mysql
1012

1113
app:
1214
build:

0 commit comments

Comments
 (0)
Please sign in to comment.