├── .env.sample ├── .gitignore ├── LICENCE ├── README.md ├── compose.yaml └── wp-content └── .gitignore /.env.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StephenMiracle/wordpress-docker-frankenphp/HEAD/.env.sample -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StephenMiracle/wordpress-docker-frankenphp/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StephenMiracle/wordpress-docker-frankenphp/HEAD/LICENCE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StephenMiracle/wordpress-docker-frankenphp/HEAD/README.md -------------------------------------------------------------------------------- /compose.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StephenMiracle/wordpress-docker-frankenphp/HEAD/compose.yaml -------------------------------------------------------------------------------- /wp-content/.gitignore: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------