fix wrong name (coolwsd|loolwsd).conf instead .xml stops detection of managed Collabora in EGroupware

This commit is contained in:
ralf 2024-09-02 10:19:52 +02:00
parent 5264e2e197
commit aa183e929b
2 changed files with 2 additions and 2 deletions

View File

@ -221,7 +221,7 @@ services:
# initialise the collabora-config volume
collabora-init:
image: "quay.io/egroupware/collabora-key:latest"
command: bash -c "test -f /tmp/coolwsd/coolwsd.xml || (cp -p /etc/coolwsd/* /tmp/coolwsd && cd /tmp/coolwsd && ln -s coolwsd.conf loolwsd.conf)"
command: bash -c "test -f /tmp/coolwsd/coolwsd.xml || (cp -p /etc/coolwsd/* /tmp/coolwsd && cd /tmp/coolwsd && ln -s coolwsd.xml loolwsd.xml && chown -R 33:33 /tmp/coolwsd)"
volumes:
- $PWD/data/default/loolwsd:/tmp/coolwsd

View File

@ -211,7 +211,7 @@ services:
# initialise the collabora-config volume
collabora-init:
image: "quay.io/egroupware/collabora-key:latest"
command: bash -c "test -f /tmp/coolwsd/coolwsd.xml || (cp -p /etc/coolwsd/* /tmp/coolwsd && cd /tmp/coolwsd && ln -s coolwsd.conf loolwsd.conf)"
command: bash -c "test -f /tmp/coolwsd/coolwsd.xml || (cp -p /etc/coolwsd/* /tmp/coolwsd && cd /tmp/coolwsd && ln -s coolwsd.xml loolwsd.xml && chown -R 33:33 /tmp/coolwsd)"
volumes:
- $PWD/data/default/loolwsd:/tmp/coolwsd