Yooooomi / your_spotify

Self hosted Spotify tracking dashboard
GNU General Public License v3.0
2.64k stars 108 forks source link

Can someone help me, how can i update the docker-compose.yml to the latest version? #392

Closed enough-jainil closed 1 month ago

enough-jainil commented 2 months ago

How can i get the latest version??

aseevlx commented 1 month ago

Navigate to the folder where your docker-compose.yml file is located and pull latest images:

docker compose pull

Then restart the containers:

docker compose up -d

If you use a custom filename instead of docker-compose.yml or want to run the update from a different location, you can specify the file path:

docker compose -f some/custom/dir/filename.yml pull
docker compose -f some/custom/dir/filename.yml up -d
enough-jainil commented 1 month ago

i just remember docker compose pull cmd 🙂