Answer the question
In order to leave comments, you need to log in
How to run docker-compose so that it checks for new container versions before building?
my docker-compose.yml for product contains only specially prepared containers
services:
front:
image: example/service:front
container_name: 'front'
restart: always
links:
- entry
- core
- inform
docker-compose
, so that it checks and, if necessary, downloads new versions of the container before launching?
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