Updates
When a new version of the app is released, pull the latest Docker image:
> docker compose pull # if available, pull a new image> docker compose up -d # start new containers using the compose config and the newly pulled imageWhen a new version of the app is released, pull the latest Docker image:
> docker compose pull # if available, pull a new image> docker compose up -d # start new containers using the compose config and the newly pulled image