fix: comment out Collabora service configuration in Docker Compose file
This commit is contained in:
@@ -51,22 +51,22 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /data/compose/nextcloud/redis:/data
|
- /data/compose/nextcloud/redis:/data
|
||||||
|
|
||||||
collabora:
|
#collabora:
|
||||||
image: collabora/code
|
# image: collabora/code
|
||||||
container_name: collabora
|
# container_name: collabora
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
networks:
|
# networks:
|
||||||
- cloud
|
# - cloud
|
||||||
environment:
|
# environment:
|
||||||
- TZ=Europe/Prague
|
# - TZ=Europe/Prague
|
||||||
- password=password
|
# - password=password
|
||||||
- username=nextcloud
|
# - username=nextcloud
|
||||||
- domain=cloud.martinfencl.eu
|
# - domain=cloud.martinfencl.eu
|
||||||
- extra_params=--o:ssl.enable=false --o:ssl.termination=true
|
# - extra_params=--o:ssl.enable=false --o:ssl.termination=true
|
||||||
- aliasgroup1=https://cloud.martinfencl.eu:443,https://collabora.martinfencl.eu:443
|
# - aliasgroup1=https://cloud.martinfencl.eu:443,https://collabora.martinfencl.eu:443
|
||||||
- dictionaries=de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru cs_CZ
|
# - dictionaries=de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru cs_CZ
|
||||||
ports:
|
# ports:
|
||||||
- 9980:9980
|
# - 9980:9980
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
cloud:
|
cloud:
|
||||||
|
|||||||
Reference in New Issue
Block a user