1
0
mirror of https://github.com/docker/awesome-compose.git synced 2025-07-02 18:42:54 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Javier Villalba
7550b41eed
fix: Add depends_on statement
While I tried this docker compose file, the wordpress service couldn't start because of the delayed start of the db service. So I manged to add the depends_on to wait for the db service.

Signed-off-by: Javier Villalba <256javiervillalba@gmail.com>
2025-01-12 16:03:05 -03:00
Nicolas De loof
667bd9facb
Adopt Compose v2 (#240)
* Adopt Compose v2

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2022-05-10 11:59:25 +02:00