diff --git a/compose/web.yml b/compose/web.yml index 8eea0103..7bc19875 100644 --- a/compose/web.yml +++ b/compose/web.yml @@ -8,7 +8,6 @@ services: healthcheck: test: ["CMD-SHELL", "curl http://app:3000"] timeout: 10s - start-period: 5s restart: always ports: - 80:80