refactor(getashell): update (#2978)
This commit is contained in:
parent
38c2b26a27
commit
9c44c51f04
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8281,
|
||||
"id": "getashell",
|
||||
"tipi_version": 2,
|
||||
"version": "v0.1.2",
|
||||
"tipi_version": 3,
|
||||
"version": "v0.1.3",
|
||||
"categories": ["utilities"],
|
||||
"description": "Simple web ui to create ssh shells for testing.",
|
||||
"short_desc": "SSH shells from a Web UI",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "3.9"
|
||||
services:
|
||||
getashell:
|
||||
image: ghcr.io/steveiliop56/getashell:v0.1.2
|
||||
image: ghcr.io/steveiliop56/getashell:v0.1.3
|
||||
container_name: getashell
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue
Block a user