Angabe über das docker netzwerk bei db und cron hinzugefügt
This commit is contained in:
parent
8f45ae5d14
commit
1b8a17b9a6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue