diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2021-04-22 15:04:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-22 15:04:45 +0200 |
| commit | 009bb37149893e075b7a997d297c88c33e655316 (patch) | |
| tree | 61dd3f0b283949da36cd67003624d83be84d401a | |
| parent | 4afdea6f661de519ec5ffb0127f3f95404995c1d (diff) | |
| download | wiki-009bb37149893e075b7a997d297c88c33e655316.tar.gz wiki-009bb37149893e075b7a997d297c88c33e655316.tar.bz2 wiki-009bb37149893e075b7a997d297c88c33e655316.zip | |
Update Install-with-Docker.md
| -rw-r--r-- | docs/Install-with-Docker.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/Install-with-Docker.md b/docs/Install-with-Docker.md index 297c36a..88b5840 100644 --- a/docs/Install-with-Docker.md +++ b/docs/Install-with-Docker.md @@ -126,8 +126,7 @@ Then you can just run the following command: `./acore.sh docker build`: to rebuild the sources and generating new binaries. Moreover, it will import latest database changes. -NOTE: sometime you also need to recreate the docker images and re-download new version of the client data. We do not update neither the Dockerfile nor the client data, but -when it happens you can run the following commands: +NOTE: sometime you also need to recreate the docker images and re-download new version of the client data. We do not update so often neither the Dockerfile nor the client data, but when it happens you can run the following commands: 1. `docker-compose down` : it will delete the containers (not the volumes, so your data will be safe). 2. `docker-compose build`: it will rebuild your docker images based on the Dockerfile (normally it's automatically done by the `./acore.sh docker start:app/build` commands) |
