Open koenjdejong opened 1 year ago
It worked the whole time, it was just cached...
Ref #503
Why are you resolving comments without adressing them? Or at least explaining why the comments are irrelevant or inapplicable or something like that?
The comments I resolved were irrelevant because of new changes to the code. The only comment which actually questioned something which I resolved was:
Why do you override this? The default (a docker compose generated one) is usually preferred because if you have multiple compose stacks running simultaneously, you can distinguish which stack a container belongs to. There might be a good reason to do so though, so curious why you opt for this.
In this case, the default is indeed better, but for personal projects, I like to rename containers to keep portainer a bit neater. This is nog preferred here, so I removed those forced names.
Fixes #503