I am trying to install Music Assistant in dockge and I am running into a 5353 mdns conflict.
Here is the compose file I am trying.
and here is the site for Music-Assistant-Server
music-assistant-server:
image: ghcr.io/music-assistant/server:latest
container_name: music-assistant-server
restart: unless-stopped
network_mode: host
volumes:
- /mnt/floki/configs/home-assistant/music-assistant/data:/data/
- /mnt/tank/media/music/:/media
cap_add:
- SYS_ADMIN
- DAC_READ_SEARCH
security_opt:
- apparmor:unconfined
environment:
- LOG_LEVEL=info
- WEB_PORT=8096 # You can change this to your desired web port
I thought about changing a flag in /etc/avahi/avahi-daemon.conf to change “disallow-other-stacks” to no vs what its at now is yes
Will this cause issues on TrueNAS? I am scared to try it honestly.