Difference between revisions of "Docker-compose"
Jump to navigation
Jump to search
(Created page with "``` docker-compose up -d --force-recreate ``` -V, --renew-anon-volumes Recreate anonymous volumes instead of retrieving data from the previou...") |
|||
Line 1: | Line 1: | ||
+ | Recreate if not there (like after docker network prune) | ||
``` | ``` | ||
docker-compose up -d --force-recreate | docker-compose up -d --force-recreate |
Revision as of 23:08, 15 February 2021
Recreate if not there (like after docker network prune)
docker-compose up -d --force-recreate
-V, --renew-anon-volumes Recreate anonymous volumes instead of retrieving
data from the previous containers.