mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-18 00:54:51 -04:00
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:
parent
3d203cbe1d
commit
9d9a3639e1
3 changed files with 5 additions and 4 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue