changed ssh port to 22, standard proxied to 2222

This commit is contained in:
baldarn
2022-08-31 12:01:26 +02:00
parent 8027844d2f
commit e25a0c24b8

View File

@@ -19,7 +19,7 @@
}, },
"ports": { "ports": {
"3000/tcp": 3000, "3000/tcp": 3000,
"2222/tcp": 2222 "22/tcp": 2222
}, },
"ports_description": { "ports_description": {
"3000/tcp": "Http web interface", "3000/tcp": "Http web interface",