Skip to content

Commit

Permalink
chore: 修改 Redis 配置
Browse files Browse the repository at this point in the history
  • Loading branch information
11ze committed Dec 26, 2023
1 parent afdf98a commit 41a44df
Show file tree
Hide file tree
Showing 5 changed files with 1,021 additions and 3,775 deletions.
28 changes: 14 additions & 14 deletions docker-compose.11ze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,20 +206,20 @@ services:
networks:
- default

# redis7:
# image: redis:${REDIS7_VERSION}
# container_name: redis7
# ports:
# - "${REDIS7_HOST_PORT}:6379"
# volumes:
# - ${REDIS7_CONF_FILE}:/etc/redis.conf:ro
# - ${DATA_DIR}/redis7:/data/:rw
# restart: always
# entrypoint: ["redis-server", "/etc/redis.conf"]
# environment:
# TZ: "$TZ"
# networks:
# - default
redis7:
image: redis:${REDIS7_VERSION}
container_name: redis7
ports:
- "${REDIS7_HOST_PORT}:6379"
volumes:
- ${REDIS7_CONF_FILE}:/etc/redis.conf:ro
- ${DATA_DIR}/redis7:/data/:rw
restart: always
entrypoint: ["redis-server", "/etc/redis.conf"]
environment:
TZ: "$TZ"
networks:
- default

# memcached:
# image: memcached:${MEMCACHED_VERSION}
Expand Down
Loading

0 comments on commit 41a44df

Please sign in to comment.