Skip to content

Remove the version from docker-compose.yml

meskio requested to merge meskio/webtunnel:docker-compose-version into main

The newer V2 format considers this element obsolete and gives a warning about it: https://docs.docker.com/compose/intro/history/

In older versions of docker-compose not having the version element works fine. I think is safe to remove it.

Merge request reports