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

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