Update README.md

This commit is contained in:
Phil 2021-12-07 20:43:42 +01:00
parent b72eca6c76
commit 0811f6ef4a

View file

@ -3,20 +3,24 @@
An easy self-hosted Link shortner in Golang with Redis <3
Installation with Docker-Compose (no reverse proxy):
**WARNING:**
- goshorly is in an early stage, it is not an Final Version!
Installation with Docker-Compose (with no reverse proxy / own proxy):
```bash
mkdir goshorly
cd goshorly
wget https://git.ucode.space/Phil/goshorly/-/raw/main/docker-compose.yml
nano docker-compose.yml # Change the environment variables to your needs
docker-compose up -d
```
Installation with Docker-Compose (caddy as reverse proxy):
Installation with Docker-Compose (built in proxy / caddy as reverse proxy):
```bash
mkdir goshorly
cd goshorly
wget https://git.ucode.space/Phil/goshorly/-/raw/main/docker-compose-proxy.yml
mv docker-compose-proxy.yml docker-compose.yml
nano docker-compose.yml # Change the command line on caddy (Line 20) to your domain
nano docker-compose.yml # Change the command line on caddy to your domain & environment variables to your needs
docker-compose up -d
```