chore(deps): update niruix/sshwifty docker tag to v0.3.1 (#1194)
This commit is contained in:
parent
a2ebae04ce
commit
f1affc5423
|
@ -5,9 +5,11 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "sshwifty",
|
"id": "sshwifty",
|
||||||
"tipi_version": 4,
|
"tipi_version": 5,
|
||||||
"version": "0.3.0-beta-release",
|
"version": "0.3.1-beta-release",
|
||||||
"categories": ["development"],
|
"categories": [
|
||||||
|
"development"
|
||||||
|
],
|
||||||
"description": "Sshwifty is a SSH and Telnet connector made for the Web. It can be deployed on your computer or server to provide SSH and Telnet access interface for any compatible (standard) web browser.",
|
"description": "Sshwifty is a SSH and Telnet connector made for the Web. It can be deployed on your computer or server to provide SSH and Telnet access interface for any compatible (standard) web browser.",
|
||||||
"short_desc": "Web SSH & Telnet (WebSSH & WebTelnet client)",
|
"short_desc": "Web SSH & Telnet (WebSSH & WebTelnet client)",
|
||||||
"author": "Nirui",
|
"author": "Nirui",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.5"
|
version: "3.5"
|
||||||
services:
|
services:
|
||||||
sshwifty:
|
sshwifty:
|
||||||
image: niruix/sshwifty:0.3.0-beta-release
|
image: niruix/sshwifty:0.3.1-beta-release
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: sshwifty
|
container_name: sshwifty
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user