Update readme

This commit is contained in:
2026-01-29 15:50:13 +04:00
parent 5b2b227601
commit e9d09ef2e9
15 changed files with 502 additions and 238 deletions

View File

@@ -20,18 +20,18 @@ services:
command: >
-M 0
-N
-v
-o StrictHostKeyChecking=no
-o ServerAliveInterval=60
-o ServerAliveCountMax=3
-o ExitOnForwardFailure=yes
-p ${SSH_PORT:-22}
-L 0.0.0.0:${SSH_TUNNEL_TO:?}:localhost:${SSH_TUNNEL_FROM:?}
${SSH_USER:?}@${SSH_HOST:?}
-p ${SSH_PORT:-22}
deploy:
resources:
limits:
cpus: '0.1'
cpus: "0.1"
memory: 64M
reservations:
memory: 32M