Skip to content

Commit

Permalink
Fix the volume for sabnzbd (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
micheletest authored Oct 1, 2024
1 parent db80dfd commit e098e03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion container_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def sabnzbd(self):
' - TZ=' + self.timezone + '\n'
' volumes:\n'
' - ' + self.config_dir + '/sabnzbd-config:/config\n'
' - ' + self.usenet_dir + ':/downloads\n'
' - ' + self.usenet_dir + ':/data/usenet\n'
' ports:\n'
' - "8081:8080"\n'
' restart: unless-stopped\n\n'
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ services:
- TZ=${TIMEZONE}
volumes:
- ${ROOT_DIR}/config/sabnzbd-config:/config
- ${ROOT_DIR}/data/usenet:/downloads
- ${ROOT_DIR}/data/usenet:/data/usenet
ports:
- "8081:8080"
restart: unless-stopped
Expand Down

0 comments on commit e098e03

Please sign in to comment.