Closed tblaudez closed 6 months ago
With the new updates for docker compose, specifying version is now considered obsolete and will throw a warning when executed :
Removing the top-level version: line in the docker-compose.yaml file will silence the warning.
version:
docker-compose.yaml
Thanks for raising this! It is now fixed in the dev branch, which will be merged into master soon.
dev
master
With the new updates for docker compose, specifying version is now considered obsolete and will throw a warning when executed :
Removing the top-level
version:
line in thedocker-compose.yaml
file will silence the warning.