[UPDATE] change config redis from docker compose to env

This commit is contained in:
Ary Widiantara
2017-08-09 10:17:53 +07:00
parent a3c66fdecf
commit e4f4de47e7
2 changed files with 5 additions and 1 deletions

View File

@ -338,7 +338,7 @@ services:
volumes:
- ${DATA_SAVE_PATH}/redis:/data
ports:
- "6379:6379"
- "${REDIS_PORT}:6379"
networks:
- backend