We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8627e77 commit c127e8cCopy full SHA for c127e8c
1 file changed
services/radicale/.env
@@ -7,7 +7,7 @@ SERVICE=radicale # Service name (e.g., adguard). Used as hostname in Tailscale a
7
IMAGE_URL=tomsquest/docker-radicale # Docker image URL from container registry (e.g., adguard/adguard-home).
8
9
# Network Configuration
10
-SERVICEPORT= # Port to expose to local network. Uncomment the "ports:" section in compose.yaml to enable.
+SERVICEPORT=5232 # Port to expose to local network. Uncomment the "ports:" section in compose.yaml to enable.
11
DNS_SERVER=9.9.9.9 # Preferred DNS server for Tailscale. Uncomment the "dns:" section in compose.yaml to enable.
12
13
# Tailscale Configuration
0 commit comments