diff --git a/docker/all-in-one/etc/supervisor/services/envoy.conf b/docker/all-in-one/etc/supervisor/services/envoy.conf index 10b431b6e..2378a6583 100644 --- a/docker/all-in-one/etc/supervisor/services/envoy.conf +++ b/docker/all-in-one/etc/supervisor/services/envoy.conf @@ -3,7 +3,7 @@ # https://github.com/envoyproxy/envoy/issues/8297#issuecomment-620659781 command=bash -c 'set -o pipefail; /opt/envoy --config-path /etc/envoy/envoy.yaml 2>&1 | tee' user=envoy -autorestart=false +autorestart=true autostart=false stdout_logfile=/var/log/services/envoy.log redirect_stderr=true