Skip to content

Commit c127e8c

Browse files
committed
fix(radicale): set SERVICEPORT to 5232 for local network exposure
1 parent 8627e77 commit c127e8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • services/radicale

services/radicale/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SERVICE=radicale # Service name (e.g., adguard). Used as hostname in Tailscale a
77
IMAGE_URL=tomsquest/docker-radicale # Docker image URL from container registry (e.g., adguard/adguard-home).
88

99
# Network Configuration
10-
SERVICEPORT= # Port to expose to local network. Uncomment the "ports:" section in compose.yaml to enable.
10+
SERVICEPORT=5232 # Port to expose to local network. Uncomment the "ports:" section in compose.yaml to enable.
1111
DNS_SERVER=9.9.9.9 # Preferred DNS server for Tailscale. Uncomment the "dns:" section in compose.yaml to enable.
1212

1313
# Tailscale Configuration

0 commit comments

Comments
 (0)