rollback upstream PR #9 (#11)

This commit is contained in:
Giovanni Angoli
2016-11-26 18:00:27 +01:00
committed by GitHub
parent 26345f68e3
commit c961e8bcee
2 changed files with 1 additions and 2 deletions

1
run.sh
View File

@@ -8,5 +8,4 @@ docker run -v /tmp/o2:/owntracks -p 11883:1883 -p 18883:8883 -p 8083:8083 \
-e MQTTHOSTNAME="${cthostname}" \
-e IPLIST="192.168.1.1 127.0.0.83 192.168.1.82" \
-e HOSTLIST="foo.example.com bar.org.example.com ${cthostname}" \
-e OTR_BROWSERAPIKEY="replace-me" \
owntracks/recorderd

View File

@@ -20,7 +20,7 @@ auto_start=true
autorestart=true
[program:recorder]
command=/usr/sbin/ot-recorder --http-host 0.0.0.0 --browser-apikey %(ENV_OTR_BROWSERAPIKEY)s 'owntracks/#'
command=/usr/sbin/ot-recorder --http-host 0.0.0.0 'owntracks/#'
redirect_stderr=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0