docker compose reverse port map without using Host network driver (--net=host)
KaninchenSpeed @ KaninchenSpeed @sh.itjust.works Posts 0Comments 53Joined 1 yr. ago
KaninchenSpeed @ KaninchenSpeed @sh.itjust.works
Posts
0
Comments
53
Joined
1 yr. ago
Deleted
Permanently Deleted
My solution is to create a docker network with the macvlan driver connected to a bridge interface on the host. Then you make the database listen on the bridge or just leave it on all interfaces. Don't forget to configure the ips.
I can share my config later.