Use paths relative to root in production compose

This commit is contained in:
Mark Veidemanis 2022-07-29 09:04:18 +01:00
parent 6e41c8dfc0
commit 1f51bf2972
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 1 deletions

View File

@ -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