From 47994c2bb2ace47bad8c6d2558a44edfcd1b1c6c Mon Sep 17 00:00:00 2001 From: jabuxas Date: Fri, 6 Sep 2024 12:07:20 -0300 Subject: [PATCH] docs: add mention to docker image --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a9b7396..236e075 100644 --- a/README.md +++ b/README.md @@ -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 ``` -- dont change inside port of 8999 unless you know what you're doing -- when updating, run with `--build` instead: +- you can optionally use the [docker image](https://git.jabuxas.xyz/jabuxas/-/packages/container/abyss/latest) directly and set it up how you want -```bash -docker compose up --build -d -``` +- dont change inside port of 8999 unless you know what you're doing ### manual