mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
feat(prowlarr)!: mount prowlarr config directly to prowlarr folder instead of prowlarr/config
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
||||
expose:
|
||||
- 9696
|
||||
volumes:
|
||||
- ${DOCKER_DATA_DIR}/prowlarr/config:/config
|
||||
- ${DOCKER_DATA_DIR}/prowlarr:/config
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
|
||||
Reference in New Issue
Block a user