Skip to content

sticker doesn't work #378

Answered by skierro
skierro asked this question in Q&A
Jan 24, 2024 · 1 comments · 6 replies
Discussion options

You must be logged in to vote

;-)
Here you are:

version: "3.8"
services:

  mpd:
    image: giof71/mpd-alsa:latest
    container_name: mpd
    ports:
      - "6600:6600"
      - "8800:8000"
      - "8801:8001"
    environment:
      - TZ=Europe/Warsaw
      - MPD_ENABLE_LOGGING=YES
      # - STDERR_ENABLED=NO  # log to file
      - MPD_LOG_LEVEL=default
      # - MPD_LOG_LEVEL=verbose
      - RESTORE_PAUSED=NO
      - DEFAULT_PERMISSIONS=read,add,player
      - LOCAL_PERMISSIONS=read,add,control,admin
      - PASSWORD=xxxxxxxxxxxxx@read,add,control,player,admin
      - USER_MODE=yes
      - PUID=1005
      - PGID=1006
      - AUDIO_GID=63

        # hardware output to Onkyo amplifier for the device plughw:0,0)
      -…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@GioF71
Comment options

@skierro
Comment options

@GioF71
Comment options

@skierro
Comment options

Answer selected by GioF71
@GioF71
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants