Guillaume Lours

Results 173 comments of Guillaume Lours

Hey @edvordo @SystematicCZ @thomastweets @kimdcottrell 👋 Can you test this PR #11213 and let me know if this fixes, at least, the issue of the initial sync for you?

Hey @perosb I'm not able to reproduce with the latest Docker Desktop release `4.27.2`, can you give it a try? If you still have the issue, can you give us...

@torrinworx 👋 I used your repository but wasn't able to reproduce on my side. I don't know what happens to be honest, can you share me a recording so I'll...

@torrinworx thank you very much! Can I ask you an another question, I want to check if you don't have a old version of Compose in your path that could...

Unfortunately no 😞 , Compose `v2.24.5-desktop.1` is the version shipped in Docker Desktop `4.27.2`

@torrinworx can you try something else please, instead of doing `docker compose watch` directly can you try the following steps: * `docker compose -f .\dev.docker-compose.yml up -d` * `docker compose...

Hey @lonix1 I have a question for you, did you consider using [`profiles`](https://github.com/compose-spec/compose-spec/blob/master/15-profiles.md) instead of setup all your services with `replicas: 0` ? Profiles were typically design for this kind...

To avoid `compose up` to stop your previous started services you can explicitly ask for the `pgadmin` service to start, like this : ``` > docker compose up -d --scale...

Hello @Aerowiel Can you try [v2.14.2](https://github.com/docker/compose/releases/tag/v2.14.2), this issue should have been fixed by https://github.com/docker/compose/pull/10104

`external` is still part of the Compose Specification but as mentioned by @aevesdocker it's not support by Docker Compose itself, that's why there isn't any reference to this attribut in...