Once again we'll use the Docker image from linuxserver and set it in a docker-compose file.nzbget: container_name: nzbget image: linuxserver/nzbget:latest restart: unless-stopped network_mode: host environment: - PUID=${PUID} # default user id, defined in .env - PGID=${PGID} # ...