I’m following along with the deploy using docker-compose advice here:
I’m attempting to deploy this to Azure Container Instances (ACI). I have it all wired up and when I run docker compose up I get the following message:
ACI integration does not support labels in compose applications
Looking here, I can confirm this is unsupported: Deprecated and retired Docker products and features | Docker Docs
It seems like the main usage of labels is to configure traefik settings, is there an alternative configuration method I could translate this to that would be supported?