Fix nextcloud device authorization
This previously didn't work because nextcloud believed we were running http, when in reality we were running https. Overwrite the protocol, so that nextcloud can authorize devices.
This commit is contained in:
parent
c434f513cd
commit
1d6ba77c7c
|
@ -15,6 +15,7 @@
|
|||
POSTGRES_USER = "nextcloud";
|
||||
POSTGRES_HOST = "nextcloud-postgres";
|
||||
POSTGRES_PASSWORD = "rI7t7Nek1yGA9ucrRc7Uhy0jcjwPjnXa8me4o8tJON8=";
|
||||
OVERWRITEPROTOCOL = "https";
|
||||
};
|
||||
networks = [
|
||||
"nextcloud"
|
||||
|
|
Loading…
Reference in a new issue