From 2a786411f7abeddd18eac7c14b863204a5eaddb0 Mon Sep 17 00:00:00 2001 From: slashtechno <77907286+slashtechno@users.noreply.github.com> Date: Sat, 9 Mar 2024 19:39:14 -0600 Subject: [PATCH] Pull Docker image rather than building it locally --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4d8d733..dadd8cc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -39,11 +39,11 @@ services: wyzely-detect: container_name: wyzely-detect restart: unless-stopped - # image: ghcr.io/slashtechno/wyzely-detect:latest + image: ghcr.io/slashtechno/wyzely-detect:latest # Building from source is also an option - build: - context: . - dockerfile: Dockerfile + # build: + # context: . + # dockerfile: Dockerfile command: - "--ntfy-url" # Replace "wyzely-detect" with the desired notification stream