From aba0e46caba25f340e1e2297ea5df1d60dafa930 Mon Sep 17 00:00:00 2001 From: nune Date: Mon, 16 Dec 2024 11:41:26 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 626a5ac..3bc30b5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +On Github or somewhere else? This is mirrored from: https://gitz.blitzw.in/nune/docker-compose-files/ ## How to use You need to install docker-compose. Also Caddy if you need a reverse proxy. Generally with these, you'll make a folder for the service you wanna host, make a file called compose.yml, copy the contents in, modify accordingly, and `docker compose up -d` these up.