From 5de57315d3b3e19bd59092ae8f63aa932ca5054b Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Apr 24 2019 08:41:23 +0000 Subject: Document docker-compose flag --force-recreate Signed-off-by: Lukas Holecek --- diff --git a/docs/docker-compose.rst b/docs/docker-compose.rst index 871d5cb..2129a0e 100644 --- a/docs/docker-compose.rst +++ b/docs/docker-compose.rst @@ -6,7 +6,8 @@ Quickstart Start local development containers of ResultsDB and WaiverDB using ``docker-compose``. If you want the containers to run in the foreground, omit -the ``-d`` flag. +the ``-d`` flag. If you want to create the containers again (after some code +changes) add ``--force-recreate`` flag. .. code-block:: console