📦 build: add memory limit and session safeguard settings

This commit is contained in:
2026-07-16 21:58:55 +07:00
parent 9995557ae2
commit 2e320b03f3
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ services:
image: ghcr.io/yuzuzensai/trollssh:v1.0.1
container_name: trollssh
restart: unless-stopped
mem_limit: ${MEMORY_LIMIT:-2g}
ports:
- "22:22"
env_file: