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