might work now
This commit is contained in:
@@ -2,4 +2,11 @@
|
||||
|
||||
mkdir -p /state/redis
|
||||
chown mastodon:mastodon /state/redis
|
||||
exec chpst -u mastodon:mastodon /usr/bin/redis-server /etc/redis/redis.conf
|
||||
exec chpst -u mastodon:mastodon /usr/bin/redis-server - <<EOF
|
||||
daemonize no
|
||||
dir /state/redis
|
||||
save 900 1
|
||||
save 300 10
|
||||
save 60 10000
|
||||
EOF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user