Fix the volume for sabnzbd (#58)

This commit is contained in:
Michele Martone
2024-10-01 09:12:05 -04:00
committed by GitHub
parent db80dfd3b3
commit e098e03291
2 changed files with 2 additions and 2 deletions

View File

@@ -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