docker-redis
docker-redis copied to clipboard
Fatal error, can't open config file '/etc/redis/redis.conf'
As the title states, updated gitlab and also this redis image leads to
Fatal error, can't open config file '/etc/redis/redis.conf'
I am unable to reproduce this issue. Can you please execute the following command:
docker run -it --rm sameersbn/redis:latest
If you notice the issue, then can you try pulling the most recent build with docker pull sameersbn/redis:latest and retry the above command.
Do let me know the results. Thanks!
strangly running your image directly throws no error. but i in the meantime i could boil it down to the usermapping:
redis:
restart: always
image: sameersbn/redis:latest
command:
- --loglevel warning
volumes:
- /docker/gitlab/redis:/var/lib/redis
environment:
- USERMAP_UID=1011
- USERMAP_GID=1013
without the usermapping it works, with it it doesnt, strange since it should not have changed...
@cwildfoerster the same for me!
@cwildfoerster the same for me!
Using on Synology. Without user mappings it works.