Fix strfry tmpfs permissions in CI (#1011)

This commit is contained in:
vorotamoroz
2026-07-14 02:12:54 +09:00
committed by GitHub
parent e38084b901
commit ff12778301
+1 -1
View File
@@ -44,7 +44,7 @@ services:
EOF
exec /app/strfry --config /tmp/strfry.conf relay
tmpfs:
- /app/strfry-db:rw,size=256m
- /app/strfry-db:rw,size=256m,mode=1777
healthcheck:
test: ["CMD-SHELL", "nc -z 127.0.0.1 7777"]
interval: 2s