Use paths relative to root in production compose
This commit is contained in:
parent
6e41c8dfc0
commit
1f51bf2972
|
@ -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
|
- ${PWD}/docker/redis.conf:/etc/redis.conf
|
||||||
volumes_from:
|
volumes_from:
|
||||||
- tmp
|
- tmp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue