change ssh port

This commit is contained in:
Gal 2023-12-30 23:54:15 +01:00
parent fd0d844b86
commit 65484c4b23
Signed by: gal
GPG Key ID: F035BC65003BC00B
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ services:
- /etc/localtime:/etc/localtime:ro
ports:
- "4003:3000"
- "22:22"
- "222:22"
depends_on:
- db
labels: