How to rebuild docker container in docker-compose.yml?
To rebuild container, use this command , It should work : $docker-compose up -d --no-deps --build You can refer to these optional flags that you can use with the docker-compose up command : Options: -d, --detach: Detached mode: Run containers in the background, print new container names. Incompatible with…
Answered Jul 15, 2021 · 3.0K Views Read answer →