Linked Container Docker-Compose

Rendy wijaya
Nov 10, 2020

Hello my man, in this beatiful day, i’ll show you the easiest way to connect docker container using already build container, in this post i’m using docker-compose so you juts do it like this

external_links:
- your_existing_container

if you’re not sure, just check it before hand by

docker ps

okay now build your new container docker build — no-cache

finished done and thank you

--

--