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