We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4fd672 commit 0c86391Copy full SHA for 0c86391
Dockerfile
@@ -14,6 +14,10 @@ EXPOSE 8086 8088 6060 8082 2003 25826 4242 8089
14
ENV INFLUXDB_CONFIG_PATH /etc/influxdb.conf
15
VOLUME /shared
16
17
+COPY --from=0 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
18
+COPY --from=0 /etc/localtime /etc/localtime
19
+COPY --from=0 /etc/timezone /etc/timezone
20
+
21
COPY --from=0 /tmp/influxd /bin/influxd
22
COPY --from=0 /tmp/influxdb.conf /etc/influxdb.conf
-ENTRYPOINT ["/bin/influxd"]
23
+ENTRYPOINT ["/bin/influxd"]
0 commit comments