fixed not loading the env file for docker
This commit is contained in:
@@ -3,6 +3,9 @@ services:
|
||||
build: .
|
||||
volumes:
|
||||
- ./data/db:/opt/app/data/db
|
||||
env_file:
|
||||
- path: ./.env
|
||||
required: true
|
||||
depends_on:
|
||||
apprise:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user