docs: add mention to docker image

This commit is contained in:
jabuxas 2024-09-06 12:07:20 -03:00
parent 91ca3254a7
commit 47994c2bb2

View File

@ -25,12 +25,9 @@ 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 8999 unless you know what you're doing - you can optionally use the [docker image](https://git.jabuxas.xyz/jabuxas/-/packages/container/abyss/latest) directly and set it up how you want
- when updating, run with `--build` instead:
```bash - dont change inside port of 8999 unless you know what you're doing
docker compose up --build -d
```
### manual ### manual