updated docker info

This commit is contained in:
Florian Walther
2026-05-02 16:30:09 +02:00
parent d1c6b64241
commit 13660e0aa4
+3 -2
View File
@@ -139,7 +139,7 @@ docker run -d \
-p 8080:8080 \ -p 8080:8080 \
-v ~/mdhost-posts:/posts \ -v ~/mdhost-posts:/posts \
-v ~/mdhost-data:/data \ -v ~/mdhost-data:/data \
mdhost gitea.scu.si/florian.walther/mdhost:latest
``` ```
The application will be available at `http://localhost:8080`. The application will be available at `http://localhost:8080`.
@@ -155,7 +155,8 @@ Create a `docker-compose.yml`:
version: '3.8' version: '3.8'
services: services:
mdhost: mdhost:
build: . image: gitea.scu.si/florian.walther/mdhost:latest
# build: .
ports: ports:
- "8080:8080" - "8080:8080"
volumes: volumes: