mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
rm anon volumes no longer needed when up-ing Web
This commit is contained in:
parent
494024541a
commit
28771a3248
1 changed files with 1 additions and 1 deletions
2
.github/README.md
vendored
2
.github/README.md
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue