Skip to content

Commit ef968cc

Browse files
authored
Update Container docker command line
1 parent 9ca73ae commit ef968cc

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
@@ -78,7 +78,7 @@ This implementation is suitable for running in a container provided that the [ba
7878

7979
```shell
8080
$ cd nginx-openid-connect
81-
$ docker run -d -p 8010:8010 -v $PWD:/etc/nginx/conf.d nginx-plus
81+
$ docker run -d -p 8010:8010 -v $PWD:/etc/nginx/conf.d nginx-plus nginx -g 'daemon off; load_module modules/ngx_http_js_module.so;'
8282
```
8383

8484
## Configuring your IdP

0 commit comments

Comments
 (0)