Switch paths
This commit is contained in:
parent
9de0b0919d
commit
1d8bb73645
|
@ -28,7 +28,7 @@ services:
|
||||||
image: redis
|
image: redis
|
||||||
command: redis-server /etc/redis.conf
|
command: redis-server /etc/redis.conf
|
||||||
volumes:
|
volumes:
|
||||||
- redis.conf:/etc/redis.conf
|
- ./redis.conf:/etc/redis.conf
|
||||||
volumes_from:
|
volumes_from:
|
||||||
- tmp
|
- tmp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue