mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 05:07:40 +03:00
Listen on IPv4 and IPv6
This commit is contained in:
parent
9f1e243f00
commit
93e5dd4a70
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue