removed backup label from dashboards

pull/5/head
Cian Hatton 3 years ago
parent 37d74c1586
commit a2b19f97b0

@ -1,8 +1,6 @@
version: '3.5' version: '3.5'
services: services:
dash-dot: dash-dot:
labels:
ie.cianhatton.backup.enabled: "true"
container_name: dashdot container_name: dashdot
image: mauricenino/dashdot:latest image: mauricenino/dashdot:latest
restart: unless-stopped restart: unless-stopped
@ -13,9 +11,6 @@ services:
- /:/mnt/host:ro - /:/mnt/host:ro
dashy: dashy:
labels:
ie.cianhatton.backup.enabled: "true"
container_name: dashy container_name: dashy
image: lissy93/dashy image: lissy93/dashy
volumes: volumes:

Loading…
Cancel
Save