Merge branch 'bugfix/turnoff-verbose-logging-docker' into 'dev'

Turn off verbose logging on Docker

See merge request crafty-controller/crafty-4!394
This commit is contained in:
Iain Powrie 2022-07-06 00:23:48 +00:00
commit 50523cead3
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ None
- Fix issue with stats pinging on slow starting servers ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/391))
- Fix unhandled exeption when serverjars api returns 'None' ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/392))
- Fix ajax issue with unzip on firefox ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/393))
- Turn off verbose logging on Docker ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/394))
### Tweaks
None
### Lang

View File

@ -53,7 +53,7 @@ EXPOSE 25500-25600
# Start Crafty through wrapper
ENTRYPOINT ["/crafty/docker_launcher.sh"]
CMD ["-v", "-d", "-i"]
CMD ["-d", "-i"]
# Add meta labels
ARG BUILD_DATE