You've already forked docker-compose-nas
mirror of
https://github.com/AdrienPoupa/docker-compose-nas.git
synced 2025-06-14 22:15:17 +02:00
fix: removed duplicate environment keys
This commit is contained in:
@ -6,7 +6,6 @@ services:
|
||||
environment:
|
||||
- PUID=${USER_ID}
|
||||
- PGID=${GROUP_ID}
|
||||
- PGID=${GROUP_ID}
|
||||
volumes:
|
||||
- ./sonarr:/config
|
||||
- /mnt/data:/data
|
||||
@ -19,7 +18,6 @@ services:
|
||||
environment:
|
||||
- PUID=${USER_ID}
|
||||
- PGID=${GROUP_ID}
|
||||
- PGID=${GROUP_ID}
|
||||
volumes:
|
||||
- ./radarr:/config
|
||||
- /mnt/data:/data
|
||||
@ -32,7 +30,6 @@ services:
|
||||
environment:
|
||||
- PUID=${USER_ID}
|
||||
- PGID=${GROUP_ID}
|
||||
- PGID=${GROUP_ID}
|
||||
volumes:
|
||||
- ./prowlarr:/config
|
||||
ports:
|
||||
@ -90,7 +87,6 @@ services:
|
||||
environment:
|
||||
- PUID=${USER_ID}
|
||||
- PGID=${GROUP_ID}
|
||||
- PGID=${GROUP_ID}
|
||||
volumes:
|
||||
- ./heimdall:/config
|
||||
ports:
|
||||
|
Reference in New Issue
Block a user