This commit is contained in:
Jackson Delahunt 2019-02-20 23:57:59 +11:00
parent c3c58e0ae7
commit 22b81cad1e

View file

@ -70,7 +70,7 @@ RUN yarn global add \
ENV S6_LOGGING 1
# SSH daemon config
RUN echo 'ListenAddress 0.0.0.0\nPort 8022' > /etc/ssh/sshd_config
RUN echo 'ListenAddress 0.0.0.0\nPort 22' > /etc/ssh/sshd_config
# Container user home directories
ENV BASE_USER stemn