df
This commit is contained in:
parent
a3464ad3a8
commit
8c3b0514f0
2 changed files with 3 additions and 5 deletions
|
@ -56,9 +56,7 @@ services:
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis
|
image: redis
|
||||||
command: redis-server /drama/redis.conf
|
command: redis-server --port 6380 --pidfile /redis_6379.pid --dbfilename /dump.rdb --dir ./
|
||||||
volumes:
|
|
||||||
- ./redis.conf:/drama/redis.conf
|
|
||||||
ports:
|
ports:
|
||||||
- "6379:6379"
|
- "6379:6379"
|
||||||
|
|
||||||
|
|
|
@ -1238,8 +1238,8 @@ disable-thp yes
|
||||||
#
|
#
|
||||||
# The Append Only File is an alternative persistence mode that provides
|
# The Append Only File is an alternative persistence mode that provides
|
||||||
# much better durability. For instance using the default data fsync policy
|
# much better durability. For instance using the default data fsync policy
|
||||||
# (see later in the config file) Redis can lose just one second of writes in a
|
# (see later in the config file) Redis can lose just one second of writes in an
|
||||||
# dramatic event like a server power outage, or a single write if something
|
# event like a server power outage, or a single write if something
|
||||||
# wrong with the Redis process itself happens, but the operating system is
|
# wrong with the Redis process itself happens, but the operating system is
|
||||||
# still running correctly.
|
# still running correctly.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue