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' version: '3.4'
# Media Server
services:
#Grabber, manage TV shows
x-function: &function x-function: &function
networks: networks:
- traefik_proxy1 - traefik_proxy1
@@ -23,6 +20,9 @@ services:
- PUID=${PUID} - PUID=${PUID}
- PGID=${PGID} - PGID=${PGID}
- TZ=${TZ} - TZ=${TZ}
# Media Server
services:
#Grabber, manage TV shows
sonarr: sonarr:
<<: *function <<: *function