mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-09-20 21:57:40 -04: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
|