Update Filestash to use Latest for ARM Compatibility (#1084)

This commit is contained in:
DrMxrcy 2023-08-27 21:42:54 -04:00 committed by GitHub
parent 01469c9046
commit f664d3105d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "filestash", "id": "filestash",
"tipi_version": 2, "tipi_version": 3,
"version": "397fd8b", "version": "latest",
"categories": ["utilities"], "categories": ["utilities"],
"description": "A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze", "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", "short_desc": "A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze",

View File

@ -2,7 +2,7 @@ version: "2"
services: services:
filestash: filestash:
container_name: filestash container_name: filestash
image: machines/filestash:397fd8b image: machines/filestash:latest
restart: unless-stopped restart: unless-stopped
environment: environment:
- APPLICATION_URL=${APP_DOMAIN} - APPLICATION_URL=${APP_DOMAIN}