Add port 2222 to proxy for SSH forwarding to gitea
This commit is contained in:
parent
3d3653efeb
commit
670961ff8b
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ in
|
||||||
"80:80"
|
"80:80"
|
||||||
"81:81"
|
"81:81"
|
||||||
"443:443"
|
"443:443"
|
||||||
|
"2222:2222"
|
||||||
];
|
];
|
||||||
volumes = [
|
volumes = [
|
||||||
"/var/lib/npm/data:/data"
|
"/var/lib/npm/data:/data"
|
||||||
|
|
Loading…
Reference in a new issue