Commit 9111c0f4 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Map SSH to alternative port

parent efa190a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ services:
        cap_add:
            - NET_ADMIN                       
        ports:
            - 22:22
            - 2222:22
            - 5900:5900
        restart: on-failure
        stop_grace_period: 1m