chore(deps): update ghcr.io/diced/zipline docker tag to v3.7.1 (#797)
This commit is contained in:
parent
49d374da2c
commit
0e13e49f41
|
@ -5,9 +5,11 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "zipline",
|
"id": "zipline",
|
||||||
"tipi_version": 2,
|
"tipi_version": 3,
|
||||||
"version": "3.7.0",
|
"version": "3.7.1",
|
||||||
"categories": ["media"],
|
"categories": [
|
||||||
|
"media"
|
||||||
|
],
|
||||||
"description": "A ShareX/file upload server that is easy to use, packed with features, and with an easy setup! ",
|
"description": "A ShareX/file upload server that is easy to use, packed with features, and with an easy setup! ",
|
||||||
"short_desc": "A ShareX/file upload server that is easy to use, packed with features, and with an easy setup! ",
|
"short_desc": "A ShareX/file upload server that is easy to use, packed with features, and with an easy setup! ",
|
||||||
"author": "https://github.com/diced",
|
"author": "https://github.com/diced",
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: '3.7'
|
||||||
services:
|
services:
|
||||||
zipline:
|
zipline:
|
||||||
container_name: zipline
|
container_name: zipline
|
||||||
image: ghcr.io/diced/zipline:3.7.0
|
image: ghcr.io/diced/zipline:3.7.1
|
||||||
ports:
|
ports:
|
||||||
- '${APP_PORT}:3000'
|
- '${APP_PORT}:3000'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in New Issue
Block a user