├── Dockerfile ├── README.md ├── UNLICENSE.txt ├── run.sh ├── vhost.conf ├── volume-init.sh └── wp-config.php /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romaninsh/docker-wordpress/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romaninsh/docker-wordpress/HEAD/README.md -------------------------------------------------------------------------------- /UNLICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romaninsh/docker-wordpress/HEAD/UNLICENSE.txt -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romaninsh/docker-wordpress/HEAD/run.sh -------------------------------------------------------------------------------- /vhost.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romaninsh/docker-wordpress/HEAD/vhost.conf -------------------------------------------------------------------------------- /volume-init.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romaninsh/docker-wordpress/HEAD/volume-init.sh -------------------------------------------------------------------------------- /wp-config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romaninsh/docker-wordpress/HEAD/wp-config.php --------------------------------------------------------------------------------