Added IPv6 support (#73)

* Added IPv6 support

* Updated docker images to IPv6 usage

* Reverted commented entry point from testing. Sry.
This commit is contained in:
Simonmicro 2020-07-08 22:45:44 +02:00 committed by GitHub
parent 3d203cbe1d
commit 9d9a3639e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View file

@ -9,8 +9,8 @@ FROM alpine:3.8
# EN: IP-address
# RU: IP-адрес
ENV IP 0.0.0.0
# The IP address to listen on. The default is "0.0.0.0" (all interfaces).
ENV IP ::
# The IP address to listen on. The default is "::" (all interfaces).
# EN: TCP-port
# RU: TCP-порт
@ -115,4 +115,4 @@ WORKDIR /home/py-kms
EXPOSE ${PORT}/tcp
# Entry point
ENTRYPOINT ["/usr/bin/start.sh"]
ENTRYPOINT ["/usr/bin/start.sh"]