The [recently merged PR](https://github.com/dappnode/DNP_DAPPMANAGER/pull/648): https://github.com/dappnode/DNP_DAPPMANAGER/pull/648 removes the container network configuration when adding the alias for those containers that already running Approach: - [x] Research dockerode and docker API documentation: inspect networks/ list networks / connect container to a network - [x] Store the network container configuration before disconnect the container - [x] Connect again the container back to the network with the stored network configuration - [x] Fix docker-compose.yml desconfiguration - [x] Test it
The recently merged PR: #648 removes the container network configuration when adding the alias for those containers that already running
Approach: