legacyssh + ssh: Switch ports
This commit is contained in:
parent
c22fd01ed5
commit
11b2e3eb37
2 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue