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
Docker Compose supports multiple networks, and you can define your services to belong to which networks.
Currently Lapdev only creates one shared network and adds all containers to the same network. And we'll need to create multiple networks according to the network configs in compose.yml and only allow services to networks as defined in compose.yml.
The text was updated successfully, but these errors were encountered:
https://www.architect.io/blog/2023-03-23/manage-networking-with-docker-compose/
Docker Compose supports multiple networks, and you can define your services to belong to which networks.
Currently Lapdev only creates one shared network and adds all containers to the same network. And we'll need to create multiple networks according to the network configs in compose.yml and only allow services to networks as defined in compose.yml.
The text was updated successfully, but these errors were encountered: