├── Dockerfile ├── README.md ├── config.yml ├── docker-entrypoint.sh ├── nginx-site.conf └── supervisord.conf /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gravityrail/wordpress-docker-dev/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gravityrail/wordpress-docker-dev/HEAD/README.md -------------------------------------------------------------------------------- /config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gravityrail/wordpress-docker-dev/HEAD/config.yml -------------------------------------------------------------------------------- /docker-entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gravityrail/wordpress-docker-dev/HEAD/docker-entrypoint.sh -------------------------------------------------------------------------------- /nginx-site.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gravityrail/wordpress-docker-dev/HEAD/nginx-site.conf -------------------------------------------------------------------------------- /supervisord.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gravityrail/wordpress-docker-dev/HEAD/supervisord.conf --------------------------------------------------------------------------------