diff --git a/compose.yml b/compose.yml index ba94287..8ff872b 100644 --- a/compose.yml +++ b/compose.yml @@ -6,8 +6,6 @@ services: restart: unless-stopped ports: - "3000:3000" - environment: - - DOCKER=true healthcheck: test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/version || exit 1 interval: 30s