Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Oct 29, 2020
1 parent fb6d465 commit ea3fc63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ PM> install-package Nager.Date
- **public** use the public api [date.nager.at API](https://date.nager.at/API)
- If you need more as 50 requests per day please use your own private api (docker).
- **private** use the docker container available on [dockerhub](https://hub.docker.com/r/nagerat/nager-date)
- `docker run -d -p 80:80 nagerat/nager-date`
- `docker run -p 80:80 nagerat/nager-date`
- `docker run -e "ASPNETCORE_ENVIRONMENT=Development" -p 80:80 nagerat/nager-date` (allow CORS)

## Donation possibilities
If this project help you reduce time to develop, you can give me a beer :beer:
Expand Down

0 comments on commit ea3fc63

Please sign in to comment.