Skip to content

Commit

Permalink
Merge pull request #10 from BudiNverse/0.3.0
Browse files Browse the repository at this point in the history
0.3.0
  • Loading branch information
zeon256 authored Oct 26, 2020
2 parents d785457 + d06d686 commit 71d1df9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
**/*.rs.bk
Cargo.lock
./.idea/
.idea/
.idea/
mkcert-v1.4.1-linux-amd64
key-rsa.pem
key.pem
cert.pem
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,10 @@ openssl rsa -in localhost-key.pem -out key-rsa.pem


## Docker
By default, docker image uses `swisstable` feature. If you need the other features, you will need to modify Dockerfile and build your own image.
```
docker pull inverse/justbus_rs
docker run -d -p 8080:8080 -e API_KEY=YOUR_API_KEY -e IP_ADDR='0.0.0.0:8080' inverse/justbus_rs
docker run -d -p 8080:8080 inverse/justbus_rs --api-key YOUR_API_KEY --ip-addr 0.0.0.0:8080
```

## Contributors
Expand Down

0 comments on commit 71d1df9

Please sign in to comment.