Skip to content

Commit

Permalink
compose: remove read-only for https-portal
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
joubu committed Oct 17, 2023
1 parent f552d83 commit f178a92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose-https.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ services:
- 80:80
- 443:443
restart: always
read_only: true
environment:
STAGE: production
PROXY_READ_TIMEOUT: 3600
Expand Down

0 comments on commit f178a92

Please sign in to comment.