fluentd container logging to loggly.

This commit is contained in:
2017-10-24 22:47:45 -04:00
parent 2287ce73a5
commit 227a958f8e
18 changed files with 158 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
FROM nextcloud:12
RUN apt-get update && apt-get install -y smbclient && rm -rf /var/lib/apt/lists/*