We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e127608 commit 466f5a2Copy full SHA for 466f5a2
docker-compose.yaml
@@ -46,6 +46,7 @@ services:
46
- MYSQL_ROOT_PASSWORD=password
47
volumes:
48
- ./mysql_data:/var/lib/mysql
49
+ - "./db/:/docker-entrypoint-initdb.d/"
50
ports:
51
- "3306:3306"
52
0 commit comments