mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 18:06:36 +02:00
update gotify
This commit is contained in:
parent
9222e4ddd8
commit
20b401d752
@ -11,7 +11,7 @@ $ docker-compose up -d
|
||||
$ curl http://localhost:8080
|
||||
|
||||
# client
|
||||
$ wget -O gotify https://github.com/gotify/cli/releases/download/v2.2.0/gotify-cli-linux-amd64
|
||||
$ wget -O gotify https://github.com/gotify/cli/releases/download/v2.3.2/gotify-cli-linux-amd64
|
||||
$ chmod +x gotify
|
||||
$ gotify init
|
||||
$ gotify push -t "my title" -p 10 "my message"
|
||||
|
@ -1,7 +1,7 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
gotify:
|
||||
image: gotify/server
|
||||
image: gotify/server:2.5
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user