From 5e1ac20b271603a0590975f07dde4cc017724931 Mon Sep 17 00:00:00 2001 From: nune Date: Sat, 21 Dec 2024 17:01:20 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bc30b5..1b50974 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 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. ## Things to keep in mind The first four-five-digit number in ports is the port for your machine, the second after the `:` is the port for the container. Don't change the second number unless there's a configuration setting that allows you to modify like so. -Use a server in your home properly configured, or a VPS. I personally recommend Webdock for a VPS. +Use a server in your home [properly configured](https://caddy.community/t/using-caddy-as-a-reverse-proxy-in-a-home-network/9427), or a VPS. I personally recommend Webdock for a VPS. You don't need to do any steps to install dependencies for these services other than docker-compose, docker containers do that for you inside the container. ## Basic reverse proxy This will work fine for most things assuming the URL is configured in `environment:` section/config if needed.