Fix ssh port
This commit is contained in:
parent
68d3c1e4a0
commit
15f1f6e415
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ services:
|
||||||
vpn:
|
vpn:
|
||||||
ipv4_address: {{ server.vpn.reverse_proxy_ip }}
|
ipv4_address: {{ server.vpn.reverse_proxy_ip }}
|
||||||
ports:
|
ports:
|
||||||
- 22:22
|
- "22:22"
|
||||||
- 80:80
|
- 80:80
|
||||||
- 443:443
|
- 443:443
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue