Fix docker-compose config
This commit is contained in:
parent
41107a7279
commit
dfa986fe3e
|
@ -25,7 +25,7 @@ services:
|
||||||
image: graphiteapp/graphite-statsd
|
image: graphiteapp/graphite-statsd
|
||||||
environment:
|
environment:
|
||||||
- GRAPHITE_STATSD_HOST=${GRAPHITE_STATSD_HOST:-onlyoffice-documentserver}
|
- GRAPHITE_STATSD_HOST=${GRAPHITE_STATSD_HOST:-onlyoffice-documentserver}
|
||||||
- GRAPHITE_TIME_ZONE=${GRAPHITE_TIME_ZONE:-Europe/Moscow}
|
- GRAPHITE_TIME_ZONE=${GRAPHITE_TIME_ZONE:-Etc/UTC}
|
||||||
ports:
|
ports:
|
||||||
- '8888:80'
|
- '8888:80'
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
|
|
Loading…
Reference in a new issue