diff --git a/library/sabnzbd/Dockerfile b/library/sabnzbd/Dockerfile new file mode 100644 index 0000000..fcbbf4a --- /dev/null +++ b/library/sabnzbd/Dockerfile @@ -0,0 +1,8 @@ +# +# Metadata used by docker-build-and-push.yml GitHub Action Workflow +# IMAGE_NAME: sabnzbd +# IMAGE_VERSION: v0.0.1 +# +FROM lscr.io/linuxserver/sabnzbd:latest + +EXPOSE 8080 9090