Answer the question
In order to leave comments, you need to log in
How to make it possible to connect to containers from the outside?
Let's say I'm using the following setup for local development. Access to db and radish should only be available locally from my pc (docker host), right?
...
services:
db:
image: postgres
ports:
- 5432:5432
cache:
image: redis
ports:
- 6379:6379
...
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question