remove container name
This commit is contained in:
@@ -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
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user