Browse Source

Merge pull request #1260 from porjo/porjo_ipv6

Listen on IPv4 and IPv6
Peter Bieringer 2 năm trước cách đây
mục cha
commit
5678453b95
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -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