We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318eb4d commit 4fc96c4Copy full SHA for 4fc96c4
compose.yaml
@@ -9,4 +9,5 @@ services:
9
MYSQL_DATABASE: sampledb
10
MYSQL_USER: sampleuser
11
MYSQL_PASSWORD: samplepassword
12
- MYSQL_INITDB_SKIP_TZINFO: 1
+ volumes:
13
+ - ./init-scripts:/docker-entrypoint-initdb.d
0 commit comments