mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
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:
commit
50523cead3
@ -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 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 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))
|
- 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
|
### Tweaks
|
||||||
None
|
None
|
||||||
### Lang
|
### Lang
|
||||||
|
@ -53,7 +53,7 @@ EXPOSE 25500-25600
|
|||||||
|
|
||||||
# Start Crafty through wrapper
|
# Start Crafty through wrapper
|
||||||
ENTRYPOINT ["/crafty/docker_launcher.sh"]
|
ENTRYPOINT ["/crafty/docker_launcher.sh"]
|
||||||
CMD ["-v", "-d", "-i"]
|
CMD ["-d", "-i"]
|
||||||
|
|
||||||
# Add meta labels
|
# Add meta labels
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
|
Loading…
Reference in New Issue
Block a user