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
Hi, I would like to be able to add multiple labels to a docker-compose-file, running multiple services out of the same image.
Maybe it's possible to do something like this, where you are able to set an unique "middle name", and let Flame parse the first and the last or something.
ie.:
labels:
- flame.plex.type=application # "app" works too
- flame.plex.name=Plex
- flame.plex.url=https://plex.${TRAEFIK_BASE_DNS}
- flame.plex.category=Media
- flame.plex.icon=plex # Optional, default is "docker"
- flame.plexwebtools.type=application # "app" works too
- flame.plexwebtools.name=Plex Web Tools
- flame.plexwebtools.url=https://plexwebtools.${TRAEFIK_BASE_DNS}
- flame.plexwebtools.icon=plex # Optional, default is "docker"
The text was updated successfully, but these errors were encountered:
Hi, I would like to be able to add multiple labels to a docker-compose-file, running multiple services out of the same image.
Maybe it's possible to do something like this, where you are able to set an unique "middle name", and let Flame parse the first and the last or something.
ie.:
The text was updated successfully, but these errors were encountered: