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