mirror of
https://github.com/StepanovPlaton/HomeServerServices.git
synced 2026-04-03 20:30:44 +04:00
Update readme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user