caddy-docker
caddy-docker copied to clipboard
Docker container for Caddy
``` FROM abiosoft/caddy:php-no-stats RUN apk add --no-cache bash WORKDIR /srv RUN composer require aws/aws-sdk-php RUN touch /srv/testing123 ADD Dockerfile /srv/just-testing ENTRYPOINT ["bash"] (ins)[hendry@t14s docker-sanity-test]$ make start docker run --rm -it...
php7-intl is a default package in some distros (e.g. Ubuntu), plus it's required for some websites (e.g. Tiny Tiny RSS).
Hi Team, I have been working on building abiosoft/caddy images for both amd64 and arm64 platforms. Although the base image (abiosoft/caddy: builder) is not available for arm64. I have successfully...
Hello, I am running your container for ages and wanted to ask if you are planning to update to v2 ? Thanks
Caddy 1.0.4 was recently released: https://github.com/caddyserver/caddy/releases/tag/v1.0.4
The example given in the readme for saving certificates: $ docker run -d \ -v $(pwd)/Caddyfile:/etc/Caddyfile \ -v $HOME/.caddy:/root/.caddy \ -p 80:80 -p 443:443 \ abiosoft/caddy Fails with: docker: Error...
I had set `CLOUDFLARE_API_TOKEN` in `docker-compose.yml`, but it seems not detect it.
Resolution of this issue seems incorrectly to be indicated in this closed issue: https://github.com/abiosoft/caddy-docker/issues/195#issue-453099523 when running `docker build -t caddy --build-arg plugins=git,cloudflare,jwt,login,filter,cors,realip,filemanager,cache,expires github.com/abiosoft/caddy-docker.git`, the build process clearly shows: ``` Sending...