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
I'm going to reopen this because I think that a few straightforward tweaks to docker-gen will make life easier for all template authors. Specifically: when order doesn't matter, slices in the template context should be sorted before executing the template. (IIUC, docker-gen currently returns objects in the same order received from Docker, which is apparently not very stable.)
I'm not quite sure if this is a
docker-gen
issue or maybe anginx-proxy
template issue.I'm using the three container setup for a nginx proxy and noticed multiple
nginx
restarts due to changeddefault.conf
Comparing the generated conf files showed me, that the changes are only for the network comment lines.
Related "discussion": nginx-proxy/nginx-proxy#1981 (comment)
The text was updated successfully, but these errors were encountered: