Update Filestash to use Latest for ARM Compatibility (#1084)
This commit is contained in:
parent
01469c9046
commit
f664d3105d
|
@ -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",
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue
Block a user