1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-07-17 01:22:25 +02:00

update gotify

This commit is contained in:
kev
2024-09-24 16:00:14 +08:00
parent 9222e4ddd8
commit 20b401d752
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ $ docker-compose up -d
$ curl http://localhost:8080 $ curl http://localhost:8080
# client # 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 $ chmod +x gotify
$ gotify init $ gotify init
$ gotify push -t "my title" -p 10 "my message" $ gotify push -t "my title" -p 10 "my message"

View File

@ -1,7 +1,7 @@
version: "3.8" version: "3.8"
services: services:
gotify: gotify:
image: gotify/server image: gotify/server:2.5
ports: ports:
- "8080:80" - "8080:80"
volumes: volumes: