-
Notifications
You must be signed in to change notification settings - Fork 67
Restart always with error about loolwsd.xml #86
Comments
Did you modify /etc/loolwsd/loolwsd.xml externally? Originally the permission of this file is: |
@timar No, just pull the image and run it |
Image changed running UID. I had the same permission problem because of 770d55f. Old uid was 105 and new one is 101. I had to chown manually my external docker volume. |
Commit 770d55f seems to be buggy. The commit appears to be wrong, or at least incomplete. |
This doesn't work:
As others previously mentioned the file ownership and permissions is transferred to the container and therefore leading to the "Permission denied" error messages What I did was to cat the heavily edited external file into my Collabora container after starting it as described in the basic setup guide:
This is creating additional overhead on my deployment routine since I'm using it for my personal Nextcloud instance and I was looking for an automated way to have both Collabora and Nextcloud containers up and running. Right now this inconvenience looks like it's not worth investing the time to overcome. HELP: If anyone has a full list of environment variables to use when starting up Collabora containers , please point me towards it. Getting back to investigating why Collabora still won't work behind my Nginx reverse proxy :( |
Seems not found loolwsd.xml, I just use
docker run -t -d -p 9980:9980 -e "extra_params=--o:ssl.enable=false" collabora/code
docker image id: 3b9a06dbb781 buidld in 3 days ago
The text was updated successfully, but these errors were encountered: