Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Quota increase using docker? #11

Open
IshwarBhat opened this issue Mar 16, 2018 · 0 comments
Open

Quota increase using docker? #11

IshwarBhat opened this issue Mar 16, 2018 · 0 comments

Comments

@IshwarBhat
Copy link

I'm running freegeoip in an AWS EC2 t2.micro instance using docker. The application runs fine on port 8080 with this command:
sudo docker run --restart=always -p 8080:8080 -d f iorix/freegeoip -public=/var/www
But I believe this has the default limit of 10000 requests per hour. When I try
sudo docker run --restart=always -p 8080:8080 -d f iorix/freegeoip -public=/var/www -quota-max 50000
and open the webpage, I get the error: "Service unavailable, try again later"
Am I passing the -quota-max option wrong here?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant