-
-
Notifications
You must be signed in to change notification settings - Fork 881
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
Error on startup trying to connect to Redis #220
Comments
On version 2.7.0 the REDIS section in the configuration file changed. Old Redis configuration:
New Redis configuration:
So, before the build this need to be changed in the file:
|
See also #209 |
I don't think that this is the problem here. The error would be Can you add the output of Also, you're local repository seems to be on a weird commit (4e25b8a). Please update either to the # 1: Update to a specific release of Netbox Docker
# (I've chosen 0.19.3 here, because you've opened the bug report before we released 0.20.0)
git fetch -p
git checkout 0.19.3
# 2: Get latest v2.6 image
docker pull netboxcommunity/netbox:v2.6
VERSION=v2.6 docker-compose up |
@andre-lx answer solved the problem. |
Current Behavior
...
Expected Behavior
Application running. Acces through browser
...
Debug Information
docker-compose version 1.25.0, build 0a186
The output of
docker version
: 19.03.5The output of
git rev-parse HEAD
: 4e25b8aThe command you used to start the project: docker-compose up
The text was updated successfully, but these errors were encountered: