I have a docker-compose.yml file that contains 4 containers: redis, postgres, api, worker
docker-compose.yml
During the development of worker, I often need to restart it i
Simple 'docker' command knows nothing about 'worker' container. Use command like this
docker-compose -f docker-compose.yml restart worker