Fixed host side ssh port number

main
capntack 1 year ago
parent 187a7f199e
commit 9c6a896da9

@ -18,7 +18,7 @@ services:
- <NETWORK_NAME>
ports:
- "3000:3000" # WebUI Port
- "22:22" # SSH Port
- "2222:22" # SSH Port
restart: unless-stopped
volumes:
- ./data:/data

Loading…
Cancel
Save