diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2018-04-17 08:16:37 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2018-04-17 08:16:37 +0200 |
| commit | 02673379df88bdf476b41ab0c5bda99dc3b2fbce (patch) | |
| tree | d1ea8bd95ba13e459a1ad4eb2c8460938ac1d489 /docker/Dockerfile.alpine | |
| parent | a3ec7a7a5f7cc6d96e7d6bb2656b7c466e83ab28 (diff) | |
Added a start script option to run as a foreground process without JMX
Contrary to the -d/--debug option which opens the 9999 port thus
allowing remote monitoring with JVM tools such as JConsole.
Diffstat (limited to 'docker/Dockerfile.alpine')
| -rwxr-xr-x | docker/Dockerfile.alpine | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile.alpine b/docker/Dockerfile.alpine index bcc2dd96d..d5dbe92df 100755 --- a/docker/Dockerfile.alpine +++ b/docker/Dockerfile.alpine @@ -84,5 +84,5 @@ VOLUME ["/opt/yacy_search_server/DATA"] # Next commands run as yacy as non-root user for improved security USER yacy -# Start yacy in debug mode (-d) to display console logs and to wait for yacy process -CMD ["/bin/sh","/opt/yacy_search_server/startYACY.sh","-d"] +# Start yacy as a foreground process (-f) to display console logs and to wait for yacy process +CMD ["/bin/sh","/opt/yacy_search_server/startYACY.sh","-f"] |
