Answer the question
In order to leave comments, you need to log in
How to connect to a database that is in docker?
create a service
docker service create --detach --name registry --publish 5441:5440 registry:2
docker-compose build
docker-compose push
docker stack deploy --compose-file docker-compose.yml mystack
ports:
- 5440:5440
Answer the question
In order to leave comments, you need to log in
https://github.com/eko/docker-symfony
here is a good example for symfony
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question