Skip to content

Commit f7a518c

Browse files
committed
⬆️ README
1 parent 87e6312 commit f7a518c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,32 @@
1-
# digiblink/jessie-nginx-php-fpm Docker Container
1+
# digiblink/jessie-nginx-php5-fpm Docker Container
22

33
Maintained by [digiBlink](http://digiblink.eu) - [docker hub link](https://hub.docker.com/r/digiblink/jessie-nginx-php-fpm/)
44

55
Container 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

1312
Based 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

2119
To 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

2927
After logging in issue following commands:
3028

3129
```
3230
su nginx
33-
cd /DATA
3431
wp-cli
3532
```

0 commit comments

Comments
 (0)