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
container_name: radicale
ports:
- 127.0.0.1:5232:5232
- "${RADICALE_PORT:-5232}:5232"
init: true
read_only: true
env_file: .env