There was an error while loading. Please reload this page.
1 parent 7780a4e commit de17dfdCopy full SHA for de17dfd
docker/README.md
@@ -82,6 +82,13 @@ $ docker rm test-yadwe
82
test-yadwe
83
```
84
85
+To run the container with a customized *nginx.conf*, mount the file with option
86
+*-v*.
87
+
88
+```ShellSession
89
+$ docker run --name test-yadwe --network host -v ./nginx.conf:/opt/nginx/conf/nginx.conf -d lyokha/nginx-haskell-module
90
+```
91
92
#### Building custom docker images
93
94
The basic docker image can be used to spin off another docker image with
0 commit comments