Skip to content

Commit

Permalink
Fix example with redis
Browse files Browse the repository at this point in the history
  • Loading branch information
oanhnn committed May 13, 2022
1 parent ae8a5a8 commit ffb91d3
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions examples/redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ volumes:
services:
redis:
image: redis:alpine
command:
- redis-server
- --appendonly yes
- --requirepass $$REDISCLI_AUTH
environment:
REDISCLI_AUTH: secret@123
networks:
- redis-net
restart: unless-stopped
Expand All @@ -37,13 +31,12 @@ services:
LARAVEL_ECHO_SERVER_DB: redis
REDIS_HOST: redis
REDIS_PORT: 6379
REDIS_PREFIX: laravel_
REDIS_PASSWORD: secret@123
REDIS_PREFIX: ""
REDIS_DB: 0
networks:
- redis-net
ports:
- 6001:6001
- 6001:6001
restart: unless-stopped
healthcheck:
test: node /usr/local/src/healthcheck.js
Expand Down

0 comments on commit ffb91d3

Please sign in to comment.