Skip to content

Commit

Permalink
Update sabnzbd.yml (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
bokkoman authored Apr 15, 2024
1 parent b6f0a13 commit 5920b63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/sabnzbd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
sabnzbd:
container_name: sabnzbd
image: hotio/sabnzbd:latest
image: ghcr.io/hotio/sabnzbd
restart: unless-stopped
logging:
driver: json-file
Expand All @@ -18,11 +18,12 @@
- org.hotio.pullio.discord.webhook=${PULLIO_DISCORD_WEBHOOK}
ports:
- 8080:8080
- 9090:9090
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
- UMASK=002
- WEBUI_PORTS=8080/tcp,8080/udp
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DOCKERCONFDIR}/sabnzbd:/config
Expand Down

0 comments on commit 5920b63

Please sign in to comment.