abiosoft / caddy-docker

Docker container for Caddy
https://hub.docker.com/r/abiosoft/caddy/
MIT License
768 stars 315 forks source link

Ability to use staging ACME environment? #117

Closed ap1969 closed 6 years ago

ap1969 commented 6 years ago

Hi, Caddy allows the use of -ca option to define the acme URL, allowing the staging environment to be used for testing.

Is a similar thing available in caddy-docker?

Regards, Andy

abiosoft commented 6 years ago

Yeah, just pass additional arguments to the container.

docker run abiosoft/caddy -ca <staging url>
ap1969 commented 6 years ago

Ah thanks so much.

throrin19 commented 5 years ago

and with a docker-compose config ?