-
Notifications
You must be signed in to change notification settings - Fork 255
Docker compose networking doesn't work any more #2255
Comments
I feel the new docker compose also has hiccups when you define several networks for a service.
and
and
and
|
Having a similar issue, both services:
app:
networks:
- proxy
- mongo I do not see anything in the daemon logs that could be related to this. Rolling back to version 2.17.3 of |
@mzglinski there was a docker-compose update released yesterday which fixes this bug. It was a "random" network interface not working bug for 5 days. I nearly went crazy. Just update and check again please. Then we can close this issue. |
@bf Oh, thanks for the heads up. 2.20 is not yet available in the Debian repository but I will update and check once it is. |
Getting the update on Debian took a while, but I can confirm it is working as expected now. |
I have several previously working docker-compose projects and suddenly
hostname
,networks
and especiallynetwork: aliases:
do not work any more with docker-compose.In the last few days I've seen this in multiple projects. The documentation is not updated at all, while both my dev and production environments break.
I've chose docker to have a stable tool and now it seems they reinvent their whole networking stack. It's a big mess.
The text was updated successfully, but these errors were encountered: