Skip to content

Commit

Permalink
Exposed dualstack argument on Docker
Browse files Browse the repository at this point in the history
Signed-off-by: simonmicro <[email protected]>
  • Loading branch information
simonmicro committed May 28, 2024
1 parent a9b17ad commit 54292be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker/docker-py3-kms-minimal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
FROM alpine:3.15

ENV IP ::
ENV DUALSTACK 1
ENV PORT 1688
ENV EPID ""
ENV LCID 1033
Expand Down
1 change: 1 addition & 0 deletions docker/docker-py3-kms/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ARG BUILD_COMMIT=unknown
ARG BUILD_BRANCH=unknown

ENV IP ::
ENV DUALSTACK 1
ENV PORT 1688
ENV EPID ""
ENV LCID 1033
Expand Down
3 changes: 2 additions & 1 deletion docker/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
'-V': 'LOGLEVEL',
'-F': 'LOGFILE',
'-S': 'LOGSIZE',
'-e': 'EPID'
'-e': 'EPID',
'-d': 'DUALSTACK'
}

db_path = os.path.join(os.sep, 'home', 'py-kms', 'db', 'pykms_database.db')
Expand Down

0 comments on commit 54292be

Please sign in to comment.