Update README.md
This commit is contained in:
parent
b72eca6c76
commit
0811f6ef4a
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue