Angabe über das docker netzwerk bei db und cron hinzugefügt

This commit is contained in:
bmen 2019-09-14 16:00:30 +02:00
parent 8f45ae5d14
commit 1b8a17b9a6
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,8 @@ services:
env_file:
- db.env
container_name: nextcloud-db
networks:
- backend-nextcloud
redis:
image: redis:alpine
@ -68,3 +70,5 @@ services:
- db
- redis
container_name: nextcloud-cron
networks:
- backend-nextcloud