Fix tt-rss updated not getting secret env

This commit is contained in:
Tobias Reisinger 2022-08-02 12:53:40 +02:00
parent 5373863a3e
commit dfdf161182
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE

View file

@ -15,6 +15,7 @@ services:
restart: always restart: always
env_file: env_file:
- .env - .env
- .secret.env
volumes: volumes:
- app:/var/www/html - app:/var/www/html
depends_on: depends_on: