Skip to content

Commit

Permalink
ブランチ間のボリューム名の衝突を避ける
Browse files Browse the repository at this point in the history
  • Loading branch information
KentarouTakeda committed Nov 14, 2024
1 parent 45e25cd commit a7d5231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
database:
image: mysql:8
volumes:
- database:/var/lib/mysql
- mysql:/var/lib/mysql
- ./docker/mysql/init-phpmyadmin.sql:/docker-entrypoint-initdb.d/init-databases.sql
ports:
- ${PORT_MYSQL:-0}:3306
Expand Down Expand Up @@ -72,5 +72,5 @@ services:
PMA_PASSWORD: password

volumes:
database:
mysql:
php:

0 comments on commit a7d5231

Please sign in to comment.