remotes/1693045480750635534/spooky-22
Aevann1 2021-09-05 12:21:28 +02:00
parent 48cf7a52bd
commit 9ef8e6aee4
2 changed files with 3 additions and 5 deletions

View File

@ -56,9 +56,7 @@ services:
redis:
image: redis
command: redis-server /drama/redis.conf
volumes:
- ./redis.conf:/drama/redis.conf
command: redis-server --port 6380 --pidfile /redis_6379.pid --dbfilename /dump.rdb --dir ./
ports:
- "6379:6379"

View File

@ -1238,8 +1238,8 @@ disable-thp yes
#
# The Append Only File is an alternative persistence mode that provides
# 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
# dramatic event like a server power outage, or a single write if something
# (see later in the config file) Redis can lose just one second of writes in an
# event like a server power outage, or a single write if something
# wrong with the Redis process itself happens, but the operating system is
# still running correctly.
#