Include a default environment file
This commit is contained in:
parent
139242fc30
commit
5e905fa5ca
2 changed files with 8 additions and 4 deletions
|
@ -6,9 +6,7 @@ services:
|
|||
- 8000:8000
|
||||
hostname: crablog
|
||||
container_name: crablog
|
||||
env_file: .env
|
||||
env_file: ./crablog.env
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./content:/root/crablog/content
|
||||
volumes:
|
||||
myapp:
|
||||
- ./content:/app/content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue