Skip to content

docker-containers #501

Answered by stripedew
gehrleib asked this question in Help
Mar 24, 2025 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

You configure the labels inside your docker-compose.yml files for each container, not in the glance.yaml config file.
So if it's for glance, you would do:

services:
  glance:
    container_name: glance
    image: glanceapp/glance
    volumes:
      - ./config:/app/config
    ports:
      - 8080:8080`
    labels:
        glance.hide: false
        glance.name: Glance
        glance.icon: di:glance
        glance.url: https://http://192.168.1.109:8060/
        glance.description: Dashboard

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@gehrleib
Comment options

@stripedew
Comment options

Answer selected by gehrleib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants