- commit
- 5884532
- parent
- d218bbd
- author
- Eric Bower
- date
- 2024-06-09 14:06:51 +0000 UTC
chore(pgs): set memory limit for ssh container
1 files changed,
+4,
-0
+4,
-0
1@@ -262,6 +262,10 @@ services:
2 ports:
3 - "${PGS_SSH_V4:-22}:2222"
4 - "${PGS_SSH_V6:-[::1]:22}:2222"
5+ deploy:
6+ resources:
7+ limits:
8+ memory: 3g
9 feeds-caddy:
10 image: ghcr.io/picosh/pico/caddy:latest
11 restart: always