1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-11 12:09:52 +02:00

backups: include .env

This commit is contained in:
Andrew Dolgov 2021-02-05 18:08:00 +03:00
parent b601ee719c
commit 5b17a78afc

View file

@ -29,6 +29,8 @@ services:
context:
./app
restart: unless-stopped
env_file:
- .env
volumes:
- backups:/backups
- app:/var/www/html