Add access to the nextcloud network to the nextcloud cron service

This is apparently required for certain update operations, should not
have been missing originally.
This commit is contained in:
Tristan Daniël Maat 2020-09-29 15:19:43 +01:00
parent 7d15e4c60b
commit d8b479ddf7
Signed by: tlater
GPG key ID: 49670FD774E43268

View file

@ -33,6 +33,9 @@
"--volumes-from"
"nextcloud"
];
networks = [
"nextcloud"
];
};
nextcloud-nginx = {