Donkie / Spoolman

Keep track of your inventory of 3D-printer filament spools.
MIT License
757 stars 77 forks source link

docker-compose.yml: `version` is obsolete #366

Closed platini76 closed 2 months ago

platini76 commented 2 months ago

hello thanks for .17 version! how to solve this?

root@spoolman:~# docker compose pull && docker compose up -d WARN[0000] /root/docker-compose.yml: version is obsolete [+] Pulling 1/1 ✔ spoolman Pulled

Donkie commented 2 months ago

That is just a warning, don't worry about it. You can remove the first version line in the docker compose if it annoys you.

platini76 commented 2 months ago

thanks!