Skip to content

Commit 29afa80

Browse files
committed
keep mysql data, table..
1 parent 5bfbcc6 commit 29afa80

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
@@ -26,6 +26,8 @@ services:
2626
ports:
2727
- 3306:3306
2828
command: --default-authentication-plugin=mysql_native_password
29+
volumes:
30+
- ./Database/mysql:/var/lib/mysql
2931
environment:
3032
MYSQL_ROOT_PASSWORD: password
3133
MYSQL_USER: developer

0 commit comments

Comments
 (0)