From a1e5ee6a5452acc5bad550085c366250865cb2aa Mon Sep 17 00:00:00 2001 From: Tony Date: Mon, 6 Jan 2025 22:40:39 -0500 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2e209e8..5b2e274 100644 --- a/README.md +++ b/README.md @@ -4,18 +4,18 @@ Dockerfile and compose for 4get bleeding edge, with PUID and PGID. ## Dockerfile Simply git clone this repo: -` +``` git clone https://git.plunked.party/tony/4get-apache -` +``` and then run ./rebuild: -` +``` cd 4get-apache/ chmod +x ./rebuild ./rebuild -` +``` ## Docker Compose -`yml +```yml fourget: container_name: fourget image: fourget-apache @@ -32,4 +32,4 @@ fourget: volumes: - ./4get/banner:/var/www/html/4get/banner - ./4get/template/home.html:/var/www/html/4get/template/home.html -` \ No newline at end of file +``` \ No newline at end of file