Add access to the nextcloud network to the nextcloud cron service #23

Merged
tlater merged 1 commit from tlater/fix-nextcloud-cron-db-access into master 2020-09-29 15:21:28 +01:00

View file

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