From 37dbebf0b50446b1beb0ca59f6384fc67a7993c4 Mon Sep 17 00:00:00 2001 From: Blackstareye Date: Mon, 17 Feb 2025 16:42:27 +0100 Subject: [PATCH] added run container section --- docker/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docker/README.md b/docker/README.md index cf70ec8..d170d70 100644 --- a/docker/README.md +++ b/docker/README.md @@ -24,6 +24,12 @@ docker build -t your/jirafeau:latest . You can use the `docker-compose.yaml` from [here](../docker-compose.yaml) +### Run Container + +```sh +docker compose up -d +``` + ### Custom Theme 1. copy the theme data from the running container -- 2.34.1