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.
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.