Pull Docker image rather than building it locally

This commit is contained in:
slashtechno 2024-03-09 19:39:14 -06:00
parent ee66a2f428
commit 2a786411f7
Signed by: slashtechno
GPG Key ID: 8EC1D9D9286C2B17
1 changed files with 4 additions and 4 deletions

View File

@ -39,11 +39,11 @@ services:
wyzely-detect: wyzely-detect:
container_name: wyzely-detect container_name: wyzely-detect
restart: unless-stopped restart: unless-stopped
# image: ghcr.io/slashtechno/wyzely-detect:latest image: ghcr.io/slashtechno/wyzely-detect:latest
# Building from source is also an option # Building from source is also an option
build: # build:
context: . # context: .
dockerfile: Dockerfile # dockerfile: Dockerfile
command: command:
- "--ntfy-url" - "--ntfy-url"
# Replace "wyzely-detect" with the desired notification stream # Replace "wyzely-detect" with the desired notification stream