In a docker run command you cannot specify multiple networks: https://stackoverflow.com/questions/60301221/docker-container-cannot-be-connected-to-network-endpoints
However, when specifying multiple networks with compose2nix, the --network flag is appended twice, which leads to the container not starting.
In a docker run command you cannot specify multiple networks: https://stackoverflow.com/questions/60301221/docker-container-cannot-be-connected-to-network-endpoints
However, when specifying multiple networks with compose2nix, the
--networkflag is appended twice, which leads to the container not starting.