fix: Map SSH to alternative port

This commit is contained in:
Kroese 2023-11-20 12:13:08 +01:00 committed by GitHub
parent efa190a3fb
commit 9111c0f419

View file

@ -18,7 +18,7 @@ services:
cap_add:
- NET_ADMIN
ports:
- 22:22
- 2222:22
- 5900:5900
restart: on-failure
stop_grace_period: 1m