Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Netzwerk-Name anstatt ID?!

Featured Replies

Hi,

wenn ich einen Docker-Container starte (mit einer eigenes definierten yml-Datei), dann wird mir die Netzwerk-ID 886768e2ef4a1fed873a16f08f162d25c7601e37b9e5701491bdeca4f18d667f anstatt des Namen traefik_proxy angezeigt.

Kann ich das irgendwie korrigieren?

 

image.thumb.png.9c84df08823fcec4c029ffd42c1e0700.png

 

Vielen Dank & beste Grüße

Edited by tescher
Pic upload

  • Community Expert
36 minutes ago, tescher said:

mit einer eigenes definierten yml-Datei

wie sieht der Inhalt der yml aus?

Machst du das mit compose? da gibts doch was mit "container_name" oder so.

  • Author

schon richtig, das bezieht sich aber nur auf den Container und nicht auf's Netzwerk.

  • Author

Hier mal die yml

 

---
version: '3.7'

services:
  traefik:
    image: traefik:v2.11.0
    container_name: traefik
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - /etc/timezone:/etc/timezone:ro
      - /var/run/docker.sock:/var/run/docker.sock
      - ./config:/etc/traefik
    labels:
      - "traefik.enable=true"
      - "traefik.http.routers.traefik.rule=Host(`traefik.domain.tld`) && (PathPrefix(`/api`) || PathPrefix(`/dashboard`))"
      - "traefik.http.routers.traefik.entrypoints=websecure"
      - "traefik.http.routers.traefik.tls.certresolver=default"
      - "traefik.http.routers.traefik.service=api@internal"
      - "traefik.http.routers.traefik.middlewares=auth@docker"
      - "traefik.http.middlewares.auth.basicauth.users=xxxxx:$$2y$$05$$C78Q8jK3QxxxxxxxxxxxxxxxxxxxYAPNMjzSgdovDd3v0xdDO"
    networks:
      - traefik_proxy
    ports:
      - "80:80"
      - "443:443"
    restart: always

networks:
    traefik_proxy:
    external: true

 

Edited by tescher

  • Author

Trotzdem dankeschön. Ich hab' auch nochmal im englischen Bereich geschrieben.
mal sehen.

 

Gruß

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.