Q: Docker container joining existing network with fixed ip (via docker compose)

https://lemmy.world/post/1484786

Q: Docker container joining existing network with fixed ip (via docker compose) - Lemmy.world

Hi, I figured out how to get docker containers to join an existing network with putting “networks” into the respective sections of the docker-compose.yml If I want to also give them fixed ip’s on this network, what would the syntax look like in the docker-compose.yml?

Contains have fixed host names already, why do you need static IPs on the internal network?