Update README.md

This commit is contained in:
Sleepingpirates
2020-06-18 10:49:10 -04:00
committed by GitHub
parent 734ebd06c0
commit eebff11838

View File

@@ -31,8 +31,12 @@ This command is used to remove a record from the Db. Use -db ls to determine rec
# Docker Setup & Start
1. First pull the image
```
docker pull piratify/invitarr:latest
```
2. Make the container
```
docker run -d --restart unless-stopped --name invitarr -v /path to config:/app/app/config -p 5001:5001 piratify/invitarr:latest
```