From eebff1183857dfc2093b84d4abca3278ca5847db Mon Sep 17 00:00:00 2001 From: Sleepingpirates <32914211+Sleepingpirates@users.noreply.github.com> Date: Thu, 18 Jun 2020 10:49:10 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 84ea66f..f4103a1 100644 --- a/README.md +++ b/README.md @@ -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 ```