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

Conversation

joubu
Copy link
Contributor

@joubu joubu commented Oct 17, 2023

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.

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.
@nijel nijel merged commit 19c9409 into WeblateOrg:main Oct 18, 2023
7 checks passed
@nijel
Copy link
Member

nijel commented Oct 18, 2023

Merged, thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants