Skip to content

Commit

Permalink
fix: fix the docker run command in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
allisson committed Nov 22, 2023
1 parent d533eae commit 380e4ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 48 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/build.yml

This file was deleted.

5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# secure-qrcode
[![Build Status](https://github.com/allisson/secure-qrcode/workflows/tests/badge.svg)](https://github.com/allisson/secure-qrcode/actions)
[![Docker Repository on Quay](https://quay.io/repository/allisson/secure-qrcode/status "Docker Repository on Quay")](https://quay.io/repository/allisson/secure-qrcode)

Encrypt your data using the modern ChaCha20-Poly1305 cipher and export it into a secure QR code.

## run the api

The server can be started using a docker image.

```bash
docker run --rm -p 8000:8000 allisson/secure-qrcode
docker run --rm -p 8000:8000 quay.io/allisson/secure-qrcode
```

Now the API server will be running on port 8000.
Expand Down

0 comments on commit 380e4ba

Please sign in to comment.