Update docker-compose

x-function must be placed outside of service block to be valid
This commit is contained in:
2022-08-21 22:14:46 -05:00
parent c426222053
commit 530945d07e

View File

@@ -1,8 +1,5 @@
---
version: '2'
# Media Server
services:
#Grabber, manage TV shows
version: '3.4'
x-function: &function
networks:
- traefik_proxy1
@@ -23,6 +20,9 @@ services:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
# Media Server
services:
#Grabber, manage TV shows
sonarr:
<<: *function