Skip to content

Commit ae4e407

Browse files
Update README.md
1 parent ffa8e57 commit ae4e407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Based on following containers:
2020

2121
To get it running just enter:
2222

23-
`docker run -d --name your_container v /sites/yourdomain.com:/DATA -p 80:80 -t digiblink/jessie-nginx-php5-fpm`
23+
`docker run -d --name your_container -v /sites/yourdomain.com:/DATA -p 80:80 -t digiblink/jessie-nginx-php5-fpm`
2424

2525
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):
2626

0 commit comments

Comments
 (0)