added docker log

This commit is contained in:
2024-03-16 23:39:58 +00:00
parent 90e90d64a2
commit 174b528899
3 changed files with 24 additions and 3 deletions

View File

@@ -4,7 +4,8 @@ RUN apt update && apt install -y default-mysql-client && rm -rf /var/lib/apt/lis
COPY /scripts/* /usr/local/bin/
COPY /docker/scripts/* /usr/local/bin/
RUN chmod +x /usr/local/bin/duplicati-influxdb-notify
RUN chmod +x /usr/local/bin/duplicati-mysql-backup
RUN chmod +x /usr/local/bin/dockerlog
EXPOSE 8200