fix: expose instance ssh listener

This commit is contained in:
Marc 2024-03-31 13:39:27 -04:00
parent ffa0a3175f
commit 78b5afacaa
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -16,6 +16,7 @@ fi
podman pod create \
-p 3000:3000 \
-p 2052:2222 \
--replace \
"code-forge"