revert: use port 2222 to avoid host SSH conflict

This commit is contained in:
Greg Hendrickson
2026-01-27 17:31:06 +00:00
parent 67cb1b302c
commit 58a00c9d2e
2 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ RUN useradd -m shellmate && \
USER shellmate
RUN ssh-keygen -t ed25519 -f /etc/shellmate/ssh_host_key -N ""
EXPOSE 22
EXPOSE 2222
ENV STOCKFISH_PATH=/usr/games/stockfish