Remove log volume to prevent immediate server crash

This commit is contained in:
Buttercak3 2020-06-11 20:13:56 +02:00
parent 6e3f4c38b9
commit 080962919f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ RUN chown -R soldat:root /soldat/logs/
USER soldat
VOLUME ["/soldat/config", "/soldat/logs"]
VOLUME ["/soldat/config"]
EXPOSE 23073
ENTRYPOINT ["/soldat/startserver.sh"]