Skip to content

Commit 24aee82

Browse files
committed
更新Redis配置文件到5.0
1 parent aa8aada commit 24aee82

File tree

3 files changed

+1328
-93
lines changed

3 files changed

+1328
-93
lines changed

dnmp/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ services:
5656
image: redis:5.0-alpine
5757
hostname: dnmp-redis
5858
ports:
59-
- "63789:63789"
59+
- "63789:6379"
6060
command: redis-server /usr/local/etc/redis/redis.conf
6161
networks:
6262
- backend

dnmp/etc/redis/data/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

0 commit comments

Comments
 (0)