From be4be503092fbdb528e1194904380c8465583871 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Wed, 4 Jan 2023 17:39:36 +0100 Subject: [PATCH] Use data rather than config for heimdall --- utilities.docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utilities.docker-compose.yml b/utilities.docker-compose.yml index 3bd1913..5e8e009 100644 --- a/utilities.docker-compose.yml +++ b/utilities.docker-compose.yml @@ -42,7 +42,7 @@ services: networks: - traefik volumes: - - heimdall_data:/data/ + - heimdall_config:/config/ restart: unless-stopped labels: traefik.enable: true @@ -68,11 +68,11 @@ volumes: type: none o: bind device: ${NASCOMPOSE_SERVICES?}/volumes/smokeping/config/ - heimdall_data: + heimdall_config: driver_opts: type: none o: bind - device: ${NASCOMPOSE_SERVICES?}/volumes/heimdall/data/ + device: ${NASCOMPOSE_SERVICES?}/volumes/heimdall/config/ secrets: watchtower_gotify_token: