Graylog2 / docker-compose

A set of Docker Compose files that allow you to quickly spin up a Graylog instance for testing or demo purposes.
Apache License 2.0
396 stars 138 forks source link

Version node deprecated in Latest Docker Release #72

Open jim-nitterauer opened 1 month ago

jim-nitterauer commented 1 month ago

I have been exploring our Docker compose files and found that as of the latest Docker release, the version: node is now deprecated and will prevent Docker from deploying a stack with version: in the compose file. We need to remove that from the remaining compose files. I removed the version: node from the forwarder compose file to test last night.