Websoft9 / docker-library

Docker Compose examples of selfhosted FOSS based on official image, just run it.
https://www.websoft9.com
Other
31 stars 17 forks source link

complete docker compose for redis #461

Closed auaaaa closed 7 months ago

auaaaa commented 8 months ago

latest版本安装失败 QQ图片20231205112103

auaaaa commented 8 months ago

2023-12-7安装成功

root@iZj6cfthgfq1z5oggvc2enZ:~# docker logs redis_8lhry
1:C 07 Dec 2023 01:12:35.012 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
1:C 07 Dec 2023 01:12:35.012 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1:C 07 Dec 2023 01:12:35.012 * Redis version=7.2.3, bits=64, commit=00000000, modified=0, pid=1, just started
1:C 07 Dec 2023 01:12:35.012 * Configuration loaded
1:M 07 Dec 2023 01:12:35.013 * monotonic clock: POSIX clock_gettime
1:M 07 Dec 2023 01:12:35.014 * Running mode=standalone, port=6379.
1:M 07 Dec 2023 01:12:35.015 * Server initialized
1:M 07 Dec 2023 01:12:35.015 * Ready to accept connections tcp
1:M 07 Dec 2023 01:13:36.068 * 10000 changes in 60 seconds. Saving...
1:M 07 Dec 2023 01:13:36.068 * Background saving started by pid 11
11:C 07 Dec 2023 01:13:36.093 * DB saved on disk
11:C 07 Dec 2023 01:13:36.094 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB
1:M 07 Dec 2023 01:13:36.169 * Background saving terminated with success
qiaofeng1227 commented 8 months ago

solved

chendelin1982 commented 7 months ago

solved