Better error handling when .env not set
This commit is contained in:
parent
73c8e318b6
commit
a5001ab732
2 changed files with 11 additions and 5 deletions
|
@ -7,7 +7,6 @@ services:
|
|||
- 8000:8000
|
||||
hostname: crablog
|
||||
container_name: crablog
|
||||
env_file: ./crablog.env
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./content:/app/content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue