Skip to content

Commit 1bed0ce

Browse files
committed
fix: set autorestart to true for Envoy supervisord conf
It's fine to leave it `true` while toggling `autostart`.
1 parent 35e8818 commit 1bed0ce

File tree

1 file changed

+1
-1
lines changed
  • docker/all-in-one/etc/supervisor/services

1 file changed

+1
-1
lines changed

docker/all-in-one/etc/supervisor/services/envoy.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://github.com/envoyproxy/envoy/issues/8297#issuecomment-620659781
44
command=bash -c 'set -o pipefail; /opt/envoy --config-path /etc/envoy/envoy.yaml 2>&1 | tee'
55
user=envoy
6-
autorestart=false
6+
autorestart=true
77
autostart=false
88
stdout_logfile=/var/log/services/envoy.log
99
redirect_stderr=true

0 commit comments

Comments
 (0)