dperson / openvpn-client

GNU Affero General Public License v3.0
1.05k stars 585 forks source link

Multiple containers restarting infinitely with --net=container:vpn #410

Open fuad00 opened 2 years ago

fuad00 commented 2 years ago

Hi. i use this command above: docker run --net=container:vpn -d --restart always --name=test1... then i run nginx proxy and it works well. But when i try to run another container with --name=test2, it's infinitely restarts.

CleanShot 2022-06-26 at 20 58 41@2x