diff --git a/docker-compose.yml b/docker-compose.yml index fe31abd..f7a1b5c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: context: . dockerfile: Dockerfile - container_name: crossfit-booker + # container_name: crossfit-booker environment: - TZ=Europe/Paris - CROSSFIT_USERNAME=${CROSSFIT_USERNAME} @@ -19,4 +19,4 @@ services: - TELEGRAM_CHAT_ID=${TELEGRAM_CHAT_ID} volumes: - ./log:/app/log - restart: unless-stopped \ No newline at end of file + restart: unless-stopped