Skip to content

Commit

Permalink
fix: set autorestart to true for Envoy supervisord conf
Browse files Browse the repository at this point in the history
It's fine to leave it `true` while toggling `autostart`.
  • Loading branch information
thebengeu committed Dec 13, 2023
1 parent 5307b57 commit 5225c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/all-in-one/etc/supervisor/services/envoy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5225c96

Please sign in to comment.