Closed samcallen closed 3 years ago
in folder of graylog, there is the Dockerfile - change: FROM graylog/graylog:3.1 to FROM graylog/graylog:3.3
Remove container - and start again with docker-compose up -d
Tried that, next thing happens some error bewteen another docker and ID problem. So I forced it to remove the container. I am not familiar with Docker though. But I begin to understand a little bit. Just changing to new version, delete current container does not work. There is a dependency somewhere. These kind of "servers" joining together for just a dashboard, I understand the need of Docker instantly though hahaha!
Hope someone can tell me how to reconfigure step by step after deleting the old container, cause docker-compose -d and so on fails on graylog
Found it. Needed to edit /Docker/graylog/Dockerfile to using 3.3.
Just pull the latest image?