Update docker-compose
x-function must be placed outside of service block to be valid
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
---
|
---
|
||||||
version: '2'
|
version: '3.4'
|
||||||
# Media Server
|
x-function: &function
|
||||||
services:
|
|
||||||
#Grabber, manage TV shows
|
|
||||||
x-function: &function
|
|
||||||
networks:
|
networks:
|
||||||
- traefik_proxy1
|
- traefik_proxy1
|
||||||
labels:
|
labels:
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user