Dmitrii Mukhin

Results 6 comments of Dmitrii Mukhin

> Yes - I too have the same issue with the following `docker-compose.yml` file: > > ``` > version: '3' > services: > db: > image: "postgres:13.4" > container_name: api-db...

> Just a quick update: > > I was able to solve this for some use cases. You need to use volumes instead of shared folders: > > e.g. for...

> export DOCKER_DEFAULT_PLATFORM=linux/amd64 I tried to do that. Didn't help. ![Screenshot 2022-09-23 at 10 21 52](https://user-images.githubusercontent.com/88187872/191910398-96bceebe-a6cb-4dc0-85f6-74825883738a.png)

> I'm not familiar with how colima works, maybe that has something to do with this? Otherwise, I've seen other issues pop up with arm support that can be resolved...

Everything works as expected on last version

You can use another workaround - use 'hostname' tool. ``` environment: - DOCKER_HOST=$(hostname -f) ```