Add customized log file with 7 day retention (#455)

This commit is contained in:
Timo Meijer
2020-03-20 22:29:52 +01:00
committed by GitHub
parent 7702d98766
commit fc6129261b
3 changed files with 45 additions and 0 deletions
+1
View File
@@ -60,6 +60,7 @@ COPY mcstatus /usr/local/bin
VOLUME ["/data","/mods","/config"]
COPY server.properties /tmp/server.properties
COPY log4j2.xml /tmp/log4j2.xml
WORKDIR /data
ENTRYPOINT [ "/start" ]