We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1299c14 commit 72fc0b0Copy full SHA for 72fc0b0
README.md
@@ -6,7 +6,7 @@ This Docker image is designed to use Docker environmental variables with NGinx c
6
7
Default usage with a `php-fpm` container requires no custom configuration.
8
9
-1. Start your PHP container: `docker run --name php-fpm-api`
+1. Start your PHP container: `docker run --name php-fpm-api -v $(pwd):/var/www php:fpm`
10
2. Start this NGinx container: `docker run --link php-fpm-api -e NGINX_HOST=php-fpm-api shiphp/nginx-env`
11
12
## Custom usage
0 commit comments