Skip to content

Commit

Permalink
Pull Docker image rather than building it locally
Browse files Browse the repository at this point in the history
  • Loading branch information
slashtechno committed Mar 10, 2024
1 parent ee66a2f commit 2a78641
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a78641

Please sign in to comment.