mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-02-25 06:36:48 -05:00
8 lines
126 B
Plaintext
8 lines
126 B
Plaintext
# Redis conf file
|
|
port 6379
|
|
unixsocket /run/redis.sock
|
|
unixsocketperm 770
|
|
daemonize no
|
|
pidfile /tmp/redis.pid
|
|
dir /data/redis
|