refactor(getashell): update (#2981)

This commit is contained in:
Stavros 2024-03-28 21:48:47 +02:00 committed by GitHub
parent 15625e1546
commit 22f6e59e6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8281, "port": 8281,
"id": "getashell", "id": "getashell",
"tipi_version": 3, "tipi_version": 4,
"version": "v0.1.3", "version": "v0.1.4",
"categories": ["utilities"], "categories": ["utilities"],
"description": "Simple web ui to create ssh shells for testing.", "description": "Simple web ui to create ssh shells for testing.",
"short_desc": "SSH shells from a Web UI", "short_desc": "SSH shells from a Web UI",

View File

@ -1,7 +1,7 @@
version: "3.9" version: "3.9"
services: services:
getashell: getashell:
image: ghcr.io/steveiliop56/getashell:v0.1.3 image: ghcr.io/steveiliop56/getashell:v0.1.4
container_name: getashell container_name: getashell
restart: unless-stopped restart: unless-stopped
volumes: volumes: