Pull Docker image rather than building it locally
This commit is contained in:
parent
ee66a2f428
commit
2a786411f7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue