Update README.md
This commit is contained in:
parent
5744ce98be
commit
cb80bd4b6b
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -1,3 +1,13 @@
|
|||
# goshorly
|
||||
|
||||
An easy self-hosted Link shortner in Golang with Redis <3
|
||||
An easy self-hosted Link shortner in Golang with Redis <3
|
||||
|
||||
Installation with Docker-Compose:
|
||||
```bash
|
||||
mkdir goshorly
|
||||
cd goshorly
|
||||
wget https://git.ucode.space/Phil/goshorly/-/raw/main/docker-compose.yml
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
Your Instance is spinning up on port 3000
|
||||
|
|
Loading…
Reference in a new issue