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.

[6.12.3] CPU Pinning doesn't work when a Docker Compose stack is running

  • Minor

Pinning CPU resources to specific Docker containers using /Dashboard/Settings/CPUset url fails when a Docker compose stack is running. I tried this with and without cpuset: '16,17,18,19' within the Compose file, but on both occassions I get a 500 Internal Server Error. An example of the Compose file:

 

services:
  youtube-dl-ph:
    image: jeeaaasustest/youtube-dl
    container_name: youtube-dl
    restart: always
    cpuset: '12,13,14,15'
    ports:
      - 9999:80
    environment:
      TZ: 'Europe/Amsterdam'
      PUID: 99
      PGID: 100
      youtubedl_webui: true
      youtubedl_webuiport: 80
    labels:
      'net.unraid.docker.icon': 'https://raw.githubusercontent.com/Jeeaaasus/youtube-dl/master/root/app/webserver/static/favicon.png'
      'net.unraid.docker.webui': 'http://[IP]:[PORT:80]/'
      'net.unraid.docker.shell': 'bash'
    volumes:
      - '/mnt/user/data/youtube-dl/:/config'

 

And the error:

 

image.png.d0dd8d0ea0c0677c5cb5ca675a4e47f4.png

 

When I remove the Compose stack (Docker Compose down) CPU pinning works again.

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.