diff --git a/apps/filestash/config.json b/apps/filestash/config.json index 4573fd59..7118ac97 100644 --- a/apps/filestash/config.json +++ b/apps/filestash/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "filestash", - "tipi_version": 2, - "version": "397fd8b", + "tipi_version": 3, + "version": "latest", "categories": ["utilities"], "description": "A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze", "short_desc": "A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze", diff --git a/apps/filestash/docker-compose.yml b/apps/filestash/docker-compose.yml index 6f53490e..006d215b 100644 --- a/apps/filestash/docker-compose.yml +++ b/apps/filestash/docker-compose.yml @@ -2,7 +2,7 @@ version: "2" services: filestash: container_name: filestash - image: machines/filestash:397fd8b + image: machines/filestash:latest restart: unless-stopped environment: - APPLICATION_URL=${APP_DOMAIN}