Make filestash persist data (#2304)
* Make filestash persist data * Increase tipi version
This commit is contained in:
parent
b57635e1e0
commit
eb9f5dbf9e
|
@ -5,7 +5,7 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "filestash",
|
||||
"tipi_version": 3,
|
||||
"tipi_version": 4,
|
||||
"version": "latest",
|
||||
"categories": ["utilities"],
|
||||
"description": "A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze",
|
||||
|
|
|
@ -12,6 +12,8 @@ services:
|
|||
- ONLYOFFICE_URL=http://filestash-onlyoffice
|
||||
ports:
|
||||
- ${APP_PORT}:8334
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data:/app/data/state/
|
||||
depends_on:
|
||||
- filestash-onlyoffice
|
||||
networks:
|
||||
|
|
Loading…
Reference in New Issue
Block a user