mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-07-14 08:35:58 +00:00
Fix strfry tmpfs permissions in CI (#1011)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user