From 06795b970ee95a6b3037d2997c6b448873de51e2 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Wed, 28 Dec 2022 18:15:01 +0100 Subject: [PATCH] Prepend _data suffix for data volumes --- bootstrap.docker-compose.yml | 4 ++-- notifications.docker-compose.yml | 4 ++-- utilities.docker-compose.yml | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bootstrap.docker-compose.yml b/bootstrap.docker-compose.yml index 92d5abe..cb1bb34 100644 --- a/bootstrap.docker-compose.yml +++ b/bootstrap.docker-compose.yml @@ -40,7 +40,7 @@ services: - docker - traefik volumes: - - portainer:/data + - portainer_data:/data secrets: - portainer_password depends_on: @@ -64,7 +64,7 @@ networks: nas-compose.boostrap: true volumes: - portainer: + portainer_data: driver_opts: type: none o: bind diff --git a/notifications.docker-compose.yml b/notifications.docker-compose.yml index 98403a7..63473fe 100644 --- a/notifications.docker-compose.yml +++ b/notifications.docker-compose.yml @@ -10,7 +10,7 @@ services: - gotify - traefik volumes: - - gotify:/app/data + - gotify_data:/app/data secrets: - admin_password restart: unless-stopped @@ -25,7 +25,7 @@ networks: external: true volumes: - gotify: + gotify_data: driver_opts: type: none o: bind diff --git a/utilities.docker-compose.yml b/utilities.docker-compose.yml index 498b58b..504f9b4 100644 --- a/utilities.docker-compose.yml +++ b/utilities.docker-compose.yml @@ -22,7 +22,7 @@ services: networks: - traefik volumes: - - smokeping:/data + - smokeping_data:/data #configs: # - source: smokeping # target: /config/ @@ -42,7 +42,7 @@ services: networks: - gotify volumes: - - ddclient:/data + - ddclient_data:/data configs: - source: ddclient target: /config/ddclient.conf.tpl @@ -62,12 +62,12 @@ networks: external: true volumes: - smokeping: + smokeping_data: driver_opts: type: none o: bind device: ${MOUNT_DIR?}/smokeping/data/ - ddclient: + ddclient_data: driver_opts: type: none o: bind