Use relative paths

This commit is contained in:
Mark Veidemanis 2022-07-29 08:59:02 +01:00
parent 335e602072
commit ce0b26577f
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
- redis.conf:/etc/redis.conf
volumes_from:
- tmp