rm anon volumes no longer needed when up-ing Web

This commit is contained in:
Collin M. Barrett 2019-05-11 02:42:23 +00:00 committed by GitHub
parent 494024541a
commit 28771a3248
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.github/README.md vendored
View file

@ -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