Switch paths

This commit is contained in:
Mark Veidemanis 2022-07-29 09:00:08 +01:00
parent ce0b26577f
commit 6e41c8dfc0
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 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