Skip to content

Commit

Permalink
更新Redis配置文件到5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinywan committed Apr 21, 2019
1 parent aa8aada commit 24aee82
Show file tree
Hide file tree
Showing 3 changed files with 1,328 additions and 93 deletions.
2 changes: 1 addition & 1 deletion dnmp/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
image: redis:5.0-alpine
hostname: dnmp-redis
ports:
- "63789:63789"
- "63789:6379"
command: redis-server /usr/local/etc/redis/redis.conf
networks:
- backend
Expand Down
2 changes: 2 additions & 0 deletions dnmp/etc/redis/data/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
Loading

0 comments on commit 24aee82

Please sign in to comment.