Skip to content

Commit

Permalink
Use /docker-entrypoint-initdb.d
Browse files Browse the repository at this point in the history
  • Loading branch information
Kipjr committed Jun 15, 2024
1 parent 87fb9c1 commit 4748287
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ volumes:
driver: local
db:
driver: local
initdb:
driver: local

networks:
net:
Expand Down Expand Up @@ -38,6 +40,7 @@ services:
TZ: 'Europe/Amsterdam'
volumes:
- db:/var/lib/mysql
- initdb:/docker-entrypoint-initdb.d

mw.php:
hostname: mw.php
Expand Down

0 comments on commit 4748287

Please sign in to comment.