Connecting 2 Docker Compose projects on the same network
Lately, I have been loving using Docker for almost everything. Recently at work, I needed a docker-compose project to join an existing one’s network, mainly to access the existing project’s MySQL instance. If you’re looking for the same, look no further!
[Read More]