fix: Map SSH to alternative port
This commit is contained in:
parent
efa190a3fb
commit
9111c0f419
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ services:
|
|||
cap_add:
|
||||
- NET_ADMIN
|
||||
ports:
|
||||
- 22:22
|
||||
- 2222:22
|
||||
- 5900:5900
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
|
|
Loading…
Reference in a new issue