mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
docker: Default to JSON log output for #90
This commit is contained in:
@@ -25,7 +25,8 @@ VOLUME /config
|
||||
VOLUME /storage
|
||||
|
||||
WORKDIR $INBUCKET_HOME
|
||||
ENTRYPOINT "/start-inbucket.sh"
|
||||
ENTRYPOINT ["/start-inbucket.sh"]
|
||||
CMD ["-logjson"]
|
||||
|
||||
# Build Inbucket
|
||||
COPY . $INBUCKET_SRC/
|
||||
|
||||
Reference in New Issue
Block a user