mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 00:55:37 +01: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
|
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
|
## License
|
||||||
|
|
||||||
MIT
|
MIT
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue