[firefly] Fix path of stack.env file
See: https://github.com/portainer/portainer/issues/6701#issuecomment-1126852560
This commit is contained in:
parent
4dd4db6d4f
commit
db5afa413d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ services:
|
|||
restart: unless-stopped
|
||||
volumes:
|
||||
- firefly_iii_upload:/var/www/html/storage/upload
|
||||
env_file: stack.env
|
||||
env_file: ../stack.env
|
||||
environment:
|
||||
- APP_KEY=${APP_KEY:-SomeRandomStringOf32CharsExactly}
|
||||
- MAIL_PASSWORD=${MAIL_PASSWORD:-null}
|
||||
|
|
Loading…
Reference in a new issue