WeblateOrg / docker-compose

Docker compose for Weblate
https://docs.weblate.org/en/latest/admin/deployments.html#docker
GNU General Public License v3.0
79 stars 64 forks source link

compose: remove read-only for https-portal #214

Closed joubu closed 1 year ago

joubu commented 1 year ago

This is caused by #198

Use the read-only flag we cannot start the containers up, https-portal fails with the following error: s6-overlay-preinit: fatal: unable to mkdir /var/run/s6: Read-only file system

Removing it we now get: weblate-docker-https-portal-1 | [s6-init] making user provided files available at /var/run/s6/etc...exited 0.

and everything is working correctly.

nijel commented 1 year ago

Merged, thanks for your contribution!