docs: guide on rebuilding image
This commit is contained in:
parent
9a51991833
commit
41e68a9d54
@ -21,6 +21,10 @@ note: this is a project made for learning purposes, you should use other more ma
|
|||||||
docker compose up -d # might be docker-compose depending on distro
|
docker compose up -d # might be docker-compose depending on distro
|
||||||
```
|
```
|
||||||
- dont change inside port of 8080 unless you know what you're doing
|
- dont change inside port of 8080 unless you know what you're doing
|
||||||
|
- when updating, run with `--build` instead:
|
||||||
|
```bash
|
||||||
|
docker compose up --build -d
|
||||||
|
```
|
||||||
|
|
||||||
### manual
|
### manual
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user