File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1- # digiblink/jessie-nginx-php -fpm Docker Container
1+ # digiblink/jessie-nginx-php5 -fpm Docker Container
22
33Maintained by [ digiBlink] ( http://digiblink.eu ) - [ docker hub link] ( https://hub.docker.com/r/digiblink/jessie-nginx-php-fpm/ )
44
55Container with:
66
77* Debian Jessie (default time zone ` Europe/Riga ` )
88* ` nginx ` 1.10.3
9- * PHP-FPM 7.0.27 (all necessary extensions to be ready for Wordpress deployment)
10- * WP-CLI 1.5.0
9+ * PHP-FPM 5.6.33
1110* ` git `
1211
1312Based on following containers:
1413
1514* [ php] ( https://hub.docker.com/_/php/ )
1615* [ celerative/nginx-php-fpm] ( https://hub.docker.com/r/celerative/nginx-php-fpm/ )
17- * [ celerative/wordpress] ( https://hub.docker.com/r/celerative/wordpress/ )
1816
1917## Usage
2018
2119To get it running just enter:
2220
23- ` docker run -d --name your_container v /sites/yourdomain.com:/DATA -p 80:80 -t digiblink/jessie-nginx-php -fpm `
21+ ` docker run -d --name your_container v /sites/yourdomain.com:/DATA -p 80:80 -t digiblink/jessie-nginx-php5 -fpm `
2422
25- After that you can use BusyBox bash, to log into container and use [ WP-CLI ] ( http://wp-cli.org ) , to install [ WordPress ] ( https://wordpress.org ) :
23+ After that you can use BusyBox bash, to log into container:
2624
2725` docker exec -ti your_container bash `
2826
2927After logging in issue following commands:
3028
3129```
3230su nginx
33- cd /DATA
3431wp-cli
3532```
You can’t perform that action at this time.
0 commit comments