Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Oct 18, 2023

Commits on Oct 17, 2023

  1. compose: remove read-only for https-portal

    This is caused by WeblateOrg#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.
    joubu committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    f178a92 View commit details
    Browse the repository at this point in the history