From 13660e0aa47b3ca2fab4ac4160d8038e1a67a44a Mon Sep 17 00:00:00 2001 From: Florian Walther Date: Sat, 2 May 2026 16:30:09 +0200 Subject: [PATCH] updated docker info --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2222b56..e0818da 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ docker run -d \ -p 8080:8080 \ -v ~/mdhost-posts:/posts \ -v ~/mdhost-data:/data \ - mdhost + gitea.scu.si/florian.walther/mdhost:latest ``` The application will be available at `http://localhost:8080`. @@ -155,7 +155,8 @@ Create a `docker-compose.yml`: version: '3.8' services: mdhost: - build: . + image: gitea.scu.si/florian.walther/mdhost:latest + # build: . ports: - "8080:8080" volumes: