tomsquest / docker-radicale

Docker image for Radicale calendar and contact server :calendar: + security :closed_lock_with_key: + addons :rocket:
GNU General Public License v3.0
562 stars 80 forks source link

An exception occurred during server startup: [Errno 30] Read-only file system: '/var/lib/radicale' #153

Closed mwolfaardt closed 1 month ago

mwolfaardt commented 2 months ago

Hi, I'm trying to deploy using a docker compose file in Portainer stacks but when the container starts up I get the following error

[2024-07-05 19:54:38 +0000] [7] [CRITICAL] An exception occurred during server startup: [Errno 30] Read-only file system: '/var/lib/radicale' [2024-07-05 19:54:38 +0000] [7] [INFO] Logging of backtrace is disabled in this loglevel [2024-07-05 19:54:38 +0000] [7] [INFO] Logging of backtrace is disabled in this loglevel [2024-07-05 19:54:38 +0000] [7] [INFO] Loaded default config [2024-07-05 19:54:38 +0000] [7] [INFO] Loaded config file '/config/config' [2024-07-05 19:54:38 +0000] [7] [INFO] Starting Radicale [2024-07-05 19:54:38 +0000] [7] [WARNING] No user authentication is selected: '[auth] type=none' (insecure) [2024-07-05 19:54:38 +0000] [7] [INFO] auth type is 'radicale.auth.none' [2024-07-05 19:54:38 +0000] [7] [INFO] storage type is 'radicale.storage.multifilesystem' [2024-07-05 19:54:38 +0000] [7] [CRITICAL] An exception occurred during server startup: [Errno 30] Read-only file system: '/var/lib/radicale'

mwolfaardt commented 2 months ago

Can be enhanced with additional compose file

See also https://docs.docker.com/compose/production/#modify-your-compose-file-for-production

version: '3.7'

services: radicale: image: tomsquest/docker-radicale container_name: radicale ports:

tomsquest commented 2 months ago

Hi @mwolfaardt

Can you try without the read_only: true in the docker-compose ?

tomsquest commented 1 month ago

No answer. Closing.