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:
|
||||
ipv4_address: {{ server.vpn.reverse_proxy_ip }}
|
||||
ports:
|
||||
- 22:22
|
||||
- "22:22"
|
||||
- 80:80
|
||||
- 443:443
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue