Use paths relative to root in production compose

master
Mark Veidemanis 2 years ago
parent 1d8bb73645
commit dc6dcd79db

@ -28,7 +28,7 @@ services:
image: redis
command: redis-server /etc/redis.conf
volumes:
- ./redis.conf:/etc/redis.conf
- ${PWD}/docker/redis.conf:/etc/redis.conf
volumes_from:
- tmp

Loading…
Cancel
Save