1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-13 23:49: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: context:
./app ./app
restart: unless-stopped restart: unless-stopped
env_file:
- .env
volumes: volumes:
- backups:/backups - backups:/backups
- app:/var/www/html - app:/var/www/html