diff --git a/apps/fireshare/config.json b/apps/fireshare/config.json index bec2d026..c7932de9 100644 --- a/apps/fireshare/config.json +++ b/apps/fireshare/config.json @@ -5,9 +5,11 @@ "available": true, "exposable": true, "id": "fireshare", - "tipi_version": 1, - "version": "v1.2.8", - "categories": ["development"], + "tipi_version": 2, + "version": "1.2.9", + "categories": [ + "development" + ], "description": "Self host your media and share with unique links. Share your game clips, videos, or other media via unique links.", "short_desc": "Self host your media and share with unique links", "author": "https://github.com/ShaneIsrael", diff --git a/apps/fireshare/docker-compose.yml b/apps/fireshare/docker-compose.yml index 11182876..798de21c 100644 --- a/apps/fireshare/docker-compose.yml +++ b/apps/fireshare/docker-compose.yml @@ -3,7 +3,7 @@ version: '3' services: fireshare: container_name: fireshare - image: shaneisrael/fireshare:v1.2.8 + image: shaneisrael/fireshare:v1.2.9 ports: - ${APP_PORT}:80 volumes: