Skip to content
Snippets Groups Projects
Commit 8f04296e authored by fakihap's avatar fakihap
Browse files

fix: docker compose depends on

to prevent problem that may be caused by mount order
parent aa91084f
Branches
Tags
No related merge requests found
......@@ -8,6 +8,8 @@ services:
env_file: ./src/.env
volumes:
- ./src:/var/www/html
depends_on:
- mysql
mysql:
image: mysql:latest
ports:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment