pub / ktistec-tweaks

Tweaks for the ActivityPub server ktistec
git clone https://src.jayvii.de/pub/ktistec-tweaks.git
Home | Log | Files | Exports | Refs | Submodules | README | RSS

commit b1762a26ce0ce3adf47795418862e2799408a3d2
parent 42d446621b5564fb439da20e5b593d83ae4fbca6
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat, 20 Jul 2024 10:57:20 +0200

fix: use correct docker-compose syntax

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -12,7 +12,7 @@ You can run ktistec via the provided ```bash cd docker/ - docker-compose up -f docker-compose.yaml -d + docker-compose -f docker-compose.yaml up -d ``` ## CSS