diff --git a/container_provisioner/README.md b/container_provisioner/README.md index 34ea7ba..19b4063 100644 --- a/container_provisioner/README.md +++ b/container_provisioner/README.md @@ -28,4 +28,4 @@ The `docker-compose.yml` for the provisioner is located in the `container_provis The UI is accessible at `http://localhost:3000`. ## Live Demo -A live demo of the container provisioner is available at [https://algo7.tools](https://algo7.tools). +A live demo of the container provisioner is available at [https://scraper.algo7.tools](https://scraper.algo7.tools). diff --git a/proxy_pool/README.MD b/proxy_pool/README.MD index a33832e..d211cb3 100644 --- a/proxy_pool/README.MD +++ b/proxy_pool/README.MD @@ -8,6 +8,6 @@ The Proxy Pool service can also be used directly with the scraper. Just make sur ```bash docker pull ghcr.io/algo7/tripadvisor-review-scraper/vpn_worker:latest ``` -2. Create a docker-compose.yml file containing the configurations for each proxy (see the docker-compose.yml provided in the proxy_pool folder). +2. Create a docker-compose.yml file containing the configurations for each proxy (see the docker-compose.yml provided). 3. Place the OpenVPN config file of each proxy in the corresponding bind mount folder speicified in the docker-compose.yml file. 4. Run `docker-compose up` to start the container. \ No newline at end of file