mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Turn off verbose logging on docker
Oversight on my part, pretty critical as my prod has a 16gb session.log
This commit is contained in:
parent
8ff9f111f6
commit
93bc9b1476
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user