Loading docker-compose.yml +3 −3 Original line number Diff line number Diff line Loading @@ -4,10 +4,10 @@ services: code: cap_add: - MKNOD image: registry.hub.docker.com/collabora/code:21.11.1.4.1 image: registry.hub.docker.com/collabora/code:22.05.8.4.1 environment: aliasgroup1: https://nextcloud.shore.co.il:443 dictionaries: en_GB en_US he_IL domain: nextcloud\\.shore\\.co\\.il extra_params: >- --o:ssl.enable=false --o:ssl.termination=true Loading @@ -15,7 +15,7 @@ services: --o:net.post_allow.host[7]=172\.1[6789]\.[0-9]{1,3}\.[0-9]{1,3} --o:net.post_allow.host[8]=172\.2[0-9]\.[0-9]{1,3}\.[0-9]{1,3} --o:net.post_allow.host[9]=172\.3[01]\.[0-9]{1,3}\.[0-9]{1,3} --o:net.frame_ancestors=https://*.shore.co.il --o:net.frame_ancestors=https://nextcloud.shore.co.il # yamllint disable-line rule:line-length password: &admin_password "${NEXTCLOUD_ADMIN_PASSWORD:-baz}" # pragma: allowlist secret server_name: code\.shore\.co\.il Loading Loading
docker-compose.yml +3 −3 Original line number Diff line number Diff line Loading @@ -4,10 +4,10 @@ services: code: cap_add: - MKNOD image: registry.hub.docker.com/collabora/code:21.11.1.4.1 image: registry.hub.docker.com/collabora/code:22.05.8.4.1 environment: aliasgroup1: https://nextcloud.shore.co.il:443 dictionaries: en_GB en_US he_IL domain: nextcloud\\.shore\\.co\\.il extra_params: >- --o:ssl.enable=false --o:ssl.termination=true Loading @@ -15,7 +15,7 @@ services: --o:net.post_allow.host[7]=172\.1[6789]\.[0-9]{1,3}\.[0-9]{1,3} --o:net.post_allow.host[8]=172\.2[0-9]\.[0-9]{1,3}\.[0-9]{1,3} --o:net.post_allow.host[9]=172\.3[01]\.[0-9]{1,3}\.[0-9]{1,3} --o:net.frame_ancestors=https://*.shore.co.il --o:net.frame_ancestors=https://nextcloud.shore.co.il # yamllint disable-line rule:line-length password: &admin_password "${NEXTCLOUD_ADMIN_PASSWORD:-baz}" # pragma: allowlist secret server_name: code\.shore\.co\.il Loading