Skip to content

Commit

Permalink
Merge pull request #1260 from porjo/porjo_ipv6
Browse files Browse the repository at this point in the history
Listen on IPv4 and IPv6
  • Loading branch information
pbiering authored Mar 2, 2024
2 parents 9f1e243 + 93e5dd4 commit 5678453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ VOLUME /var/lib/radicale
EXPOSE 5232
# Run Radicale
ENTRYPOINT [ "/app/bin/python", "/app/bin/radicale"]
CMD ["--hosts", "0.0.0.0:5232"]
CMD ["--hosts", "0.0.0.0:5232,[::]:5232"]

USER radicale
USER radicale

0 comments on commit 5678453

Please sign in to comment.