2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-02 19:17:33 +01:00

upgrade grafana to 3.1.0

This commit is contained in:
kev
2016-07-18 20:23:10 +08:00
parent 507bc242e6
commit 55b16b25b0
2 changed files with 9 additions and 1 deletions

View File

@@ -17,6 +17,8 @@ zoneminder:
- "127.0.0.1:8080:80"
links:
- mysql
volumes:
- ./fcgiwrap:/etc/default/fcgiwrap
restart: always
mysql:
@@ -33,6 +35,12 @@ mysql:
> - `timezone = Asia/Shanghai` was hard-coded in Dockerfile.
> - Make sure two containers have the same timezone.
## fcgiwrap
```bash
FCGI_CHILDREN=4
```
## /etc/nginx/sites-enabled/default
```