Better error handling when .env not set

This commit is contained in:
mtrx 2024-08-17 20:47:07 +02:00
parent 73c8e318b6
commit a5001ab732
2 changed files with 11 additions and 5 deletions

View file

@ -7,7 +7,6 @@ services:
- 8000:8000
hostname: crablog
container_name: crablog
env_file: ./crablog.env
restart: unless-stopped
volumes:
- ./content:/app/content