We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 072a405 commit cf6398eCopy full SHA for cf6398e
README.md
@@ -15,10 +15,11 @@ It's also a fast way to launch a demo WordPress website and test anything you wa
15
## How to use
16
17
```sh
18
-wget https://github.com/vvo/lazyload/archive/master.zip -o tmp-master-docker-compose.zip
+wget https://github.com/algolia/docker-compose-wordpress/archive/master.zip -O tmp-master-docker-compose.zip
19
unzip tmp-master-docker-compose.zip
20
rm tmp-master-docker-compose.zip
21
-cd docker-compose-wordpress
+mv docker-compose-wordpress-master super-blog
22
+cd super-blog
23
wget https://wordpress.org/latest.zip
24
unzip latest.zip
25
rm latest.zip
0 commit comments