From 1b9a1e546d82deb32424b9ba2b7f6153aee8911f Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 10 Mar 2025 19:40:46 +0100 Subject: [PATCH] alias --- gotify/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gotify/docker-compose.yml b/gotify/docker-compose.yml index e6d3188..d60ddc7 100644 --- a/gotify/docker-compose.yml +++ b/gotify/docker-compose.yml @@ -4,7 +4,7 @@ services: gotify: container_name: gotify hostname: gotify - image: gotify/server + image: ${DOCKER_REGISTRY:-}gotify/server restart: unless-stopped security_opt: - no-new-privileges:true @@ -21,7 +21,7 @@ services: igotify: container_name: igotify hostname: igotify - image: ghcr.io/androidseb25/igotify-notification-assist:latest + image: ${DOCKER_REGISTRY:-}ghcr.io/androidseb25/igotify-notification-assist:latest restart: unless-stopped security_opt: - no-new-privileges:true