auto-proxy icon indicating copy to clipboard operation
auto-proxy copied to clipboard

Simple Docker-enabled Proxy server with HTTP/2 and automated SSL management using Let's Encrypt

Results 2 auto-proxy issues
Sort by recently updated
recently updated
newest added

Deploying a new instance today (15/11/2019) got the following error `time="2019-11-15T11:06:04Z" level=warning msg="Failed to request a new certificate" error="acme error 'unauthorized': Account creation on ACMEv1 is disabled. Please upgrade your...

Hi, i have a question that I hope you can help with. i have the following .yml: ``` version: "3.7" services: db: image: mysql restart: always ports: - "3306" environment:...