Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error, can't open config file '/etc/redis/redis.conf' #14

Open
cwildfoerster opened this issue Jan 26, 2018 · 4 comments
Open

Fatal error, can't open config file '/etc/redis/redis.conf' #14

cwildfoerster opened this issue Jan 26, 2018 · 4 comments

Comments

@cwildfoerster
Copy link

As the title states, updated gitlab and also this redis image leads to

Fatal error, can't open config file '/etc/redis/redis.conf'

@sameersbn
Copy link
Owner

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!

@cwildfoerster
Copy link
Author

cwildfoerster commented Jan 27, 2018

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

@fox91
Copy link

fox91 commented Jan 31, 2018

@cwildfoerster the same for me!

@hermesck
Copy link

hermesck commented Jan 5, 2019

@cwildfoerster the same for me!

Using on Synology. Without user mappings it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants