From 28771a32489c2105465cfd56eb0c93f3e12d7574 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 11 May 2019 02:42:23 +0000 Subject: [PATCH] rm anon volumes no longer needed when up-ing Web --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index c88bbeffb..64fa231db 100644 --- a/.github/README.md +++ b/.github/README.md @@ -82,7 +82,7 @@ Execute: ### Testing changes to the `Web` project 1. Execute `docker container ls` to find the `CONTAINER ID` of the `filterlists.web` container. -2. Execute `docker-compose up -d -V --build [CONTAINER ID]` replacing `[CONTAINER ID]` with the hash from step 1. +2. Execute `docker-compose up -d --build [CONTAINER ID]` replacing `[CONTAINER ID]` with the hash from step 1. ### Debugging