Fix redis.conf location in prod compose

This commit is contained in:
2022-07-29 08:48:30 +01:00
parent 1fcc9d6643
commit 335e602072
2 changed files with 2 additions and 2 deletions

View File

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