mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Merge pull request #1029 from tycrek/patch-1
Added Docker updating notes
This commit is contained in:
commit
2f5926bd49
1 changed files with 7 additions and 0 deletions
|
|
@ -102,6 +102,13 @@ npm install
|
|||
npm run build
|
||||
```
|
||||
|
||||
To update the Docker image, simply pull the new images and rebuild:
|
||||
|
||||
```bash
|
||||
docker-compose pull
|
||||
docker-compose up --force-recreate
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
|
|
|
|||
Loading…
Reference in a new issue