From 3c099ba41dba24a2beb971b7c7bf4d812fb4813c Mon Sep 17 00:00:00 2001 From: Midou36O Date: Thu, 5 Jan 2023 23:19:53 +0100 Subject: [PATCH] Delete the env. --- compose.yml | 2 -- 1 file changed, 2 deletions(-) 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