Update nginx timeout to match max_execution_time
This commit is contained in:
parent
793eab5c2d
commit
32f9876307
3 changed files with 20 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ services:
|
|||
volumes:
|
||||
- "vhost:/etc/nginx/vhost.d"
|
||||
- "./global.conf:/etc/nginx/conf.d/global.conf:ro"
|
||||
- "./proxy.conf:/etc/nginx/proxy.conf:ro"
|
||||
- "htpasswd:/etc/nginx/htpasswd"
|
||||
- "html:/usr/share/nginx/html"
|
||||
- "/var/run/docker.sock:/tmp/docker.sock:ro"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue