You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IPAddress does not patch the expected on 172.91.0.7 != 172.91.0.130
Already tested : aux_addresses inside the ip_range, rename the aux_address container name with xxxxx-postgres-1 ...
aux_addresses role is not to set container's IP over network, but to register hostnames->IP mappings, typically to exclude some IP addresses to be assigned (which is the opposite for your expectations)
Description
When trying to fix the IpAddress for a container, the expected IP address is not taken by the container and still randomly assigned through dhcp.
Steps To Reproduce
docker-compose.yml file extract:
As a result avec
docker compose down ; docker compose up -d ; docker inspect xxxxx-postgres-1
The IPAddress does not patch the expected on
172.91.0.7 != 172.91.0.130
Already tested : aux_addresses inside the ip_range, rename the aux_address container name with xxxxx-postgres-1 ...
Compose Version
Docker Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: