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:
parent
7d15e4c60b
commit
d8b479ddf7
|
@ -33,6 +33,9 @@
|
||||||
"--volumes-from"
|
"--volumes-from"
|
||||||
"nextcloud"
|
"nextcloud"
|
||||||
];
|
];
|
||||||
|
networks = [
|
||||||
|
"nextcloud"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
nextcloud-nginx = {
|
nextcloud-nginx = {
|
||||||
|
|
Loading…
Reference in a new issue