feat: Adds port to env and compose.

This commit is contained in:
2025-10-10 15:05:37 -04:00
parent bce91f0b5e
commit 7a2ea8909c

View File

@@ -6,7 +6,7 @@ services:
image: docker.io/tomsquest/docker-radicale image: docker.io/tomsquest/docker-radicale
container_name: radicale container_name: radicale
ports: ports:
- 127.0.0.1:5232:5232 - "${RADICALE_PORT:-5232}:5232"
init: true init: true
read_only: true read_only: true
env_file: .env env_file: .env