Skip to content

Commit 72fc0b0

Browse files
committed
Updating docs
1 parent 1299c14 commit 72fc0b0

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
@@ -6,7 +6,7 @@ This Docker image is designed to use Docker environmental variables with NGinx c
66

77
Default usage with a `php-fpm` container requires no custom configuration.
88

9-
1. Start your PHP container: `docker run --name php-fpm-api`
9+
1. Start your PHP container: `docker run --name php-fpm-api -v $(pwd):/var/www php:fpm`
1010
2. Start this NGinx container: `docker run --link php-fpm-api -e NGINX_HOST=php-fpm-api shiphp/nginx-env`
1111

1212
## Custom usage

0 commit comments

Comments
 (0)