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 d27a9a4 commit e12c9eeCopy full SHA for e12c9ee
docker-compose.yml
@@ -14,8 +14,8 @@ services:
14
mysql:
15
image: mysql
16
volumes:
17
- - mysql-init:/docker-entrypoint-initdb.d
18
- - mysql-data:/var/lib/mysql
+ - ./volumes/mysql/init:/docker-entrypoint-initdb.d
+ - ./volumes/mysql/data:/var/lib/mysql
19
ports:
20
- 127.0.0.1:3306:3306
21
restart: unless-stopped
@@ -75,6 +75,4 @@ services:
75
- 127.0.0.1:${MAILHOG_PORT:-8025}:8025
76
redis:
77
image: redis
78
-volumes:
79
- mysql-init:
80
- mysql-data:
+
0 commit comments