https://github.com/truffls/wordpress
adapting official wordpress docker container for bluemix needs
https://github.com/truffls/wordpress
Last synced: about 2 months ago
JSON representation
adapting official wordpress docker container for bluemix needs
- Host: GitHub
- URL: https://github.com/truffls/wordpress
- Owner: truffls
- Created: 2016-01-11T10:04:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-11T10:36:33.000Z (over 9 years ago)
- Last Synced: 2024-04-14T12:42:10.188Z (about 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wordpress
adapting official wordpress docker container for bluemix needs
official wordpress container: https://hub.docker.com/_/wordpress/
## changes
- added WP_HOME, WP_SITEURL to configuration - prevents changing url in admin dashboard
- added sleep + extended connection tries to db because bluemix needs more time to setup networking
see: https://www.ng.bluemix.net/docs/containers/container_single_ov.html#container_single_cli## build
docker build -t truffls/wordpress .
## deploy
docker push truffls/wordpress