single-redis

This commit is contained in:
qq
2022-12-15 15:17:10 +08:00
parent 116baebfc8
commit 4f522920b6
4 changed files with 1387 additions and 0 deletions
View File
+15
View File
@@ -0,0 +1,15 @@
version: '3'
services:
single-redis:
image: redis:5
container_name: single-redis
volumes:
- ./redis.conf:/etc/redis/redis.conf
- ./appendonly.aof:/etc/redis/appendonly.aof
command: redis-server /etc/redis/redis.conf
environment:
- TZ=Asia/Shanghai
ports:
- "7000:7000"
network_mode: "bridge"
restart: always
File diff suppressed because it is too large Load Diff