You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sed -i "s/^-Xmx.*$/-Xmx$JETTY_MAX_HEAP/g" /opt/shib-jetty-base/start.ini
12
12
13
-
exec /opt/jetty-home/bin/jetty.sh run
13
+
# For some reason, this container always immediately (in less than 1 second) exits with code 0 when starting for the first time
14
+
# Even with a health check, docker-compose will immediately report the container as unhealthy when using --wait instead of waiting for it to become healthy
15
+
# So, let's just start it a second time if it exits quickly
0 commit comments