Fix Redis config path
This commit is contained in:
parent
659d5b391b
commit
33466b90ba
|
@ -8,3 +8,4 @@ env/
|
|||
venv/
|
||||
.idea/
|
||||
.env
|
||||
.bash_history
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "2"
|
|||
|
||||
services:
|
||||
app:
|
||||
image: pathogen/threshold
|
||||
image: pathogen/threshold:latest
|
||||
build: ./docker
|
||||
volumes:
|
||||
- ${PORTAINER_GIT_DIR}:/code
|
||||
|
@ -31,7 +31,7 @@ services:
|
|||
image: redis
|
||||
command: redis-server /etc/redis.conf
|
||||
volumes:
|
||||
- ./docker/redis.conf:/etc/redis.conf
|
||||
- ${PORTAINER_GIT_DIR}/docker/redis.conf:/etc/redis.conf
|
||||
volumes_from:
|
||||
- tmp
|
||||
|
||||
|
|
Loading…
Reference in New Issue