diff --git a/docker-compose.yml b/docker-compose.yml index 059a628..ff7fcae 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,9 +12,9 @@ services: - ./mysql-data:/var/lib/mysql healthcheck: test: [ "CMD", "curl", "-f", "http://localhost:3306" ] - interval: 5s - timeout: 15s - retries: 5 + interval: 3s + timeout: 30s + retries: 10 backend: build: . image: cineallo-backend