mirror of
https://github.com/owntracks/docker-recorder.git
synced 2026-08-26 10:37:17 +00:00
Revert default setting of OTR_CAFILE
addresses https://github.com/owntracks/docker-recorder/issues/53
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2022-05-18 version 0.8.9
|
||||
|
||||
- Revert default setting OTR_CAFILE (#53)
|
||||
- Refactoring and cleanups (#52)
|
||||
|
||||
2022-03-14 version 0.8.8
|
||||
- FIX: make secs time_t in otr_strftime() (#375)
|
||||
- FIX: inaccurate logo name in manifest and missing image (#372)
|
||||
|
||||
+1
-1
@@ -54,7 +54,7 @@ RUN chmod +x /usr/sbin/*.sh
|
||||
|
||||
EXPOSE 8083
|
||||
|
||||
ENV OTR_CAFILE=/etc/ssl/cert.pem
|
||||
# ENV OTR_CAFILE=/etc/ssl/cert.pem
|
||||
ENV OTR_STORAGEDIR=/store
|
||||
ENV OTR_TOPIC="owntracks/#"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user