Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker compose pull does not pull latest images when using profiles #111

Open
mariosyndena opened this issue Oct 22, 2023 · 1 comment
Open

Comments

@mariosyndena
Copy link

mariosyndena commented Oct 22, 2023

the suggested way of starting the service according to README.md is

docker-compose pull && docker-compose --profile default up -d

However, since profiles are used, this does not pull the latest image of any of the used services except for traefik (at least on ubuntu 22.04). Suggested fix: use the command

docker-compose --profile default pull && docker-compose --profile default up -d

or

docker-compose --profile default up --pull always -d

instead.

@alondhe
Copy link
Collaborator

alondhe commented Oct 27, 2023

Thanks @mariosyndena - we will adjust in the Readme. We do lock in to certain versions of images to try to keep things working as smoothly as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants