Updating containers to GHCR or add full path V2

This commit is contained in:
2025-07-05 18:52:00 +05:30
parent 282fd8eb54
commit 6a088d7bba
10 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
services:
radicale:
image: tomsquest/docker-radicale:3.5.4.0
image: docker.io/tomsquest/docker-radicale:3.5.4.0
container_name: radicale
init: true
read_only: true
@@ -18,13 +18,13 @@ services:
limits:
memory: 256M
pids: 50
healthcheck:
test: curl -f http://127.0.0.1:5232 || exit 1
interval: 30s
retries: 3
volumes:
- ${APPDATA_PATH}/radicale/data:/data
- ${APPDATA_PATH}/radicale/config:/config:ro
ports:
- ${PORT}:5232
restart: unless-stopped
healthcheck:
test: curl -f http://127.0.0.1:5232 || exit 1
interval: 30s
retries: 3