Fix the volume for sabnzbd (#58)
This commit is contained in:
@@ -280,7 +280,7 @@ class ContainerConfig:
|
|||||||
' - TZ=' + self.timezone + '\n'
|
' - TZ=' + self.timezone + '\n'
|
||||||
' volumes:\n'
|
' volumes:\n'
|
||||||
' - ' + self.config_dir + '/sabnzbd-config:/config\n'
|
' - ' + self.config_dir + '/sabnzbd-config:/config\n'
|
||||||
' - ' + self.usenet_dir + ':/downloads\n'
|
' - ' + self.usenet_dir + ':/data/usenet\n'
|
||||||
' ports:\n'
|
' ports:\n'
|
||||||
' - "8081:8080"\n'
|
' - "8081:8080"\n'
|
||||||
' restart: unless-stopped\n\n'
|
' restart: unless-stopped\n\n'
|
||||||
|
|||||||
@@ -245,7 +245,7 @@ services:
|
|||||||
- TZ=${TIMEZONE}
|
- TZ=${TIMEZONE}
|
||||||
volumes:
|
volumes:
|
||||||
- ${ROOT_DIR}/config/sabnzbd-config:/config
|
- ${ROOT_DIR}/config/sabnzbd-config:/config
|
||||||
- ${ROOT_DIR}/data/usenet:/downloads
|
- ${ROOT_DIR}/data/usenet:/data/usenet
|
||||||
ports:
|
ports:
|
||||||
- "8081:8080"
|
- "8081:8080"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user