Add port 2222 to proxy for SSH forwarding to gitea

This commit is contained in:
Erwin Boskma 2022-09-22 23:33:19 +02:00
parent 3d3653efeb
commit 670961ff8b
Signed by: erwin
GPG key ID: 270B20D17394F7E5

View file

@ -20,6 +20,7 @@ in
"80:80"
"81:81"
"443:443"
"2222:2222"
];
volumes = [
"/var/lib/npm/data:/data"