Docker compose – one replica not available
I’m using docker compose with the following file:
how to route network through a container running a openvpn service
I created a docker image that connects to my vpn via openvpn
. i can confirm that it is working because when i run curl 'https://api.ipify.org?format=json'
it returns me the ip address of the vpn.
How do I get a v4 ip from a block ip on a docker container?
I have a block ip and different containers, I would like the ip of my block to be assigned to a container: A container = a block ip.