Move the pid files inside the container so they don't conflict.
This commit is contained in:
parent
91c1342ffb
commit
9e88414773
3 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
pid /mnt/logs/nginx.pid;
|
||||
pid /tmp/nginx.pid;
|
||||
error_log /mnt/logs/nginx.error.log;
|
||||
|
||||
events {
|
||||
|
|
Reference in a new issue