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