improve readme for docker-compose newbs
This commit is contained in:
parent
cc3fddfd22
commit
7f19fe7c7a
|
@ -17,6 +17,9 @@ Please use Python3, for the love of `$deity`...
|
||||||
### Build & run
|
### Build & run
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
docker-compose up --build
|
||||||
|
|
||||||
|
# if you need to reset built static files and/or postgres database:
|
||||||
docker-compose up --build --renew-anon-volumes
|
docker-compose up --build --renew-anon-volumes
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue