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.

kleiner-onliner

Members
  • Joined

  • Last visited

  1. Thanks Kilrah, it works perfectly now. Thanks for the quick help and the search in the thread.
  2. But the compse file does not contain any information about an ID. It only contains the name of the network... Where is the information stored?
  3. The problem actually only occurs after restarting the Docker service. I am currently using Unraid 7.1.0-beta.2. I have already tested it with eth0 instead of br0. I get the same error message here too. I have also tested various network and docker settings. Here is the latest version: I don't use Docker templates because I only use my own compose files. Creating my own macvlan seems to be the only solution, unfortunately.
  4. I have it all: services: pihole: container_name: pihole networks: br0: ipv4_address: 192.168.x.x # dns: # - 192.168.x.x image: pihole/pihole:latest environment: TZ: Europe/Berlin PIHOLE_UID: 99 PIHOLE_GID: 100 volumes: - /xxx:/etc/pihole cap_add: # Required if you are using Pi-hole as your DHCP server, else not needed - NET_ADMIN restart: unless-stopped networks: br0: external: true The error still occurs. Only when I activate/deactivate the DNS entry in the config, for example, is the container started.
  5. Hello, I have a set of Docker Compose containers with a specific network configuration like: networks: br0: ipv4_address: 192.168.x.x dns: - 192.168.x.x When I start this container, I get an error message like “Error response from deamon: could not find a network matching network mode ...” (screenshot attached). But when I change something, like disable/enable dns, the docker container starts without problems. What is the problem, unfortunately I have not found anything in the forum. Thanks for any constructive answers. kleiner-onliner

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.