From 1fdc953ba4998fa16f20e8d6018a95d423eacee0 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Wed, 28 Dec 2022 22:10:14 +0100 Subject: [PATCH] Replace MOUNT_DIR with SERVICE_DIR --- notifications.docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notifications.docker-compose.yml b/notifications.docker-compose.yml index b55b67b..12debea 100644 --- a/notifications.docker-compose.yml +++ b/notifications.docker-compose.yml @@ -29,8 +29,8 @@ volumes: driver_opts: type: none o: bind - device: ${MOUNT_DIR?}/gotify/volumes/data/ + device: ${SERVICES_DIR?}/gotify/volumes/data/ secrets: gotify_admin_password: - file: ${MOUNT_DIR?}/gotify/secrets/admin_password + file: ${SERVICES_DIR?}/gotify/secrets/admin_password