Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ngn13 committed Dec 29, 2023
1 parent 8fc430f commit 7f68400
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ cp config.json.example config.json
3. Build and start the docker
```
docker build -t passctl .
docker run -d -v $PWD/config.json:/app/config.json -v $PWD/db:/app/db -p [local port]:8080 passctl
docker run -d -v $PWD/config.json:/app/config.json \
-v $PWD/db:/app/db \
-p [local port]:8080 \
--restart unless-stopped \
passctl
```

### Configuration
Expand Down

0 comments on commit 7f68400

Please sign in to comment.