From d245a4cf9f87ea8457b0731f43cb6ba062a588c1 Mon Sep 17 00:00:00 2001 From: Simon Gregor Ebner Date: Tue, 25 Feb 2025 22:18:12 +0100 Subject: [PATCH] add some examples for my github user --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index be94ec2..e380eeb 100644 --- a/Readme.md +++ b/Readme.md @@ -58,6 +58,9 @@ If you build/use the docker container you can run it like this: ```bash # Create a Caddyfile (configuration file) first ! docker run -v $(pwd)/Caddyfile:/etc/caddy/Caddyfile -p 8080:8080 gitea-pages + +# run the image hosted with this github user +docker run -v $(pwd)/Caddyfile:/etc/caddy/Caddyfile -p 8080:8080 ghcr.io/simongregorebner/gitea-pages:0.0.1 ``` ## Configuration @@ -133,6 +136,9 @@ docker build -t gitea-pages . # cross platform build docker build --platform=linux/amd64 -t gitea-pages . + +# example build image for this github user +docker build --platform=linux/amd64 -t ghcr.io/simongregorebner/gitea-pages:0.0.1 . ``` ## Testing