Skip to content

Commit

Permalink
Listen on IPv4 and IPv6
Browse files Browse the repository at this point in the history
  • Loading branch information
porjo committed Sep 22, 2022
1 parent 6a56a60 commit ac1da3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ VOLUME /var/lib/radicale
# TCP port of Radicale
EXPOSE 5232
# Run Radicale
CMD ["radicale", "--hosts", "0.0.0.0:5232"]
CMD ["radicale"]

RUN apk add --no-cache ca-certificates openssl \
&& apk add --no-cache --virtual .build-deps gcc libffi-dev musl-dev \
Expand Down

0 comments on commit ac1da3d

Please sign in to comment.