jfroment / seedbox

A Docker-powered seedbox with persistent data and more cool stuff.
MIT License
332 stars 45 forks source link

[Hotfix] docker compose : 'version' is obsolete #55

Closed tblaudez closed 6 months ago

tblaudez commented 8 months ago

With the new updates for docker compose, specifying version is now considered obsolete and will throw a warning when executed : image

Removing the top-level version: line in the docker-compose.yaml file will silence the warning.

jfroment commented 6 months ago

Thanks for raising this! It is now fixed in the dev branch, which will be merged into master soon.