Skip to content

Commit

Permalink
Merge pull request #80 from LibreCodeCoop/chore/rollback
Browse files Browse the repository at this point in the history
chore: rollback changes of mysql volumes
  • Loading branch information
vitormattos authored Aug 16, 2024
2 parents d27a9a4 + e12c9ee commit 48f1403
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ services:
mysql:
image: mysql
volumes:
- mysql-init:/docker-entrypoint-initdb.d
- mysql-data:/var/lib/mysql
- ./volumes/mysql/init:/docker-entrypoint-initdb.d
- ./volumes/mysql/data:/var/lib/mysql
ports:
- 127.0.0.1:3306:3306
restart: unless-stopped
Expand Down Expand Up @@ -75,6 +75,4 @@ services:
- 127.0.0.1:${MAILHOG_PORT:-8025}:8025
redis:
image: redis
volumes:
mysql-init:
mysql-data:

0 comments on commit 48f1403

Please sign in to comment.