legacyssh + ssh: Switch ports

This commit is contained in:
Tom Wiesing 2022-11-14 10:23:24 +01:00
parent c22fd01ed5
commit 11b2e3eb37
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ services:
image: ghcr.io/tkw1536/dockersshd:latest image: ghcr.io/tkw1536/dockersshd:latest
command: -hostkey /keys/hostkey -shell /user_shell.sh -keylabel eu.wiss-ki.barrel.authfile -userlabel eu.wiss-ki.barrel.slug -L triplestore:7200 -L phpmyadmin:80 -L sql:3306 command: -hostkey /keys/hostkey -shell /user_shell.sh -keylabel eu.wiss-ki.barrel.authfile -userlabel eu.wiss-ki.barrel.slug -L triplestore:7200 -L phpmyadmin:80 -L sql:3306
ports: ports:
- "2222:2222" - "2223:2222"
volumes: volumes:
- './data/keys:/keys' - './data/keys:/keys'
- '/var/run/docker.sock:/var/run/docker.sock:ro' - '/var/run/docker.sock:/var/run/docker.sock:ro'

View file

@ -7,7 +7,7 @@ services:
environment: environment:
CONFIG_PATH: ${CONFIG_PATH} CONFIG_PATH: ${CONFIG_PATH}
ports: ports:
- "2223:2222" - "2222:2222"
volumes: volumes:
- "/var/run/docker.sock:/var/run/docker.sock" - "/var/run/docker.sock:/var/run/docker.sock"
- "${CONFIG_PATH}:${CONFIG_PATH}:ro" - "${CONFIG_PATH}:${CONFIG_PATH}:ro"