Skip to content

Commit 48f1403

Browse files
authored
Merge pull request #80 from LibreCodeCoop/chore/rollback
chore: rollback changes of mysql volumes
2 parents d27a9a4 + e12c9ee commit 48f1403

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docker-compose.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ services:
1414
mysql:
1515
image: mysql
1616
volumes:
17-
- mysql-init:/docker-entrypoint-initdb.d
18-
- mysql-data:/var/lib/mysql
17+
- ./volumes/mysql/init:/docker-entrypoint-initdb.d
18+
- ./volumes/mysql/data:/var/lib/mysql
1919
ports:
2020
- 127.0.0.1:3306:3306
2121
restart: unless-stopped
@@ -75,6 +75,4 @@ services:
7575
- 127.0.0.1:${MAILHOG_PORT:-8025}:8025
7676
redis:
7777
image: redis
78-
volumes:
79-
mysql-init:
80-
mysql-data:
78+

0 commit comments

Comments
 (0)