
ghostserverd/announceddThe first run of fryfrog/sonarrannounced will populate your /config folder with the sonarrAnnounced checkout and symlinks to the configuration file settings.cfg and the log file status.log. Later runs will attempt to git pull --rebase the checkout, to keep it up to date.
docker run --rm \ --name=sonarrannounced \ -v <path to config>:/config \ -e PGID=<gid> -e PUID=<uid> \ -e TZ=<timezone> \ -p 3467:3467 \ fryfrog/sonarrannounced
-p 3467:3467 - webui port-v <path to config>:/config - external storage for configuration-e PGID=<gid> for for GroupID - see below for explanation-e PUID=<puid> for for UserID - see below for explanation-e TZ=America/Los_Angeles - timezoneIt is based on alpine-linux with S6 overlay, for shell access whilst the container is running do docker exec -it sonarrannounced /bin/bash.
Sometimes when using data volumes (-v flags) permissions issues can arise between the host OS and the container. We avoid this issue by allowing you to specify the user PUID and group PGID. Ensure the data volume directory on the host is owned by the same user you specify and it will "just work" ™.
In this instance PUID=1001 and PGID=1001. To find yours use id user as below:
$ id <dockeruser> uid=1001(dockeruser) gid=1001(dockergroup) groups=1001(dockergroup)
Access the webui at <your-ip>:3467, for more information check out sonarrannounced.
docker logs -f sonarrannounced.





manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务