Skip to content

Assign base-image to scap3-dev network

Hashar requested to merge all-services-in-same-network into master

When running docker-compose up using Podman as a backend I noticed it created two different networks:

  • scap3-dev
  • scap3-dev_default

The reason is the base-image service is not assigned a network and thus a dummy one is created on the fly. Attaching all services to the same network prevent the creation of the fake network.

Merge request reports