add missing docker.group

This commit is contained in:
Florian Zirker 2021-04-01 19:20:45 +02:00
parent f71b5aa5d6
commit 636fc78fe5

View file

@ -46,6 +46,9 @@ services:
depends_on: depends_on:
- db - db
- redis - redis
labels:
- "docker.group=netxtcloud"
db: db:
image: mariadb:10 image: mariadb:10