├── LICENSE.txt ├── README.md ├── acme.json ├── php.ini ├── traefik-docker-compose.yml ├── traefik.toml └── yourwp-docker-compose.yml /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidrv87/traefik-wordpress-letsencrypt/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidrv87/traefik-wordpress-letsencrypt/HEAD/README.md -------------------------------------------------------------------------------- /acme.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /php.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidrv87/traefik-wordpress-letsencrypt/HEAD/php.ini -------------------------------------------------------------------------------- /traefik-docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidrv87/traefik-wordpress-letsencrypt/HEAD/traefik-docker-compose.yml -------------------------------------------------------------------------------- /traefik.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidrv87/traefik-wordpress-letsencrypt/HEAD/traefik.toml -------------------------------------------------------------------------------- /yourwp-docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidrv87/traefik-wordpress-letsencrypt/HEAD/yourwp-docker-compose.yml --------------------------------------------------------------------------------