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,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "filestash",
|
"id": "filestash",
|
||||||
"tipi_version": 3,
|
"tipi_version": 4,
|
||||||
"version": "latest",
|
"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",
|
||||||
|
|
|
@ -12,6 +12,8 @@ services:
|
||||||
- ONLYOFFICE_URL=http://filestash-onlyoffice
|
- ONLYOFFICE_URL=http://filestash-onlyoffice
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:8334
|
- ${APP_PORT}:8334
|
||||||
|
volumes:
|
||||||
|
- ${APP_DATA_DIR}/data:/app/data/state/
|
||||||
depends_on:
|
depends_on:
|
||||||
- filestash-onlyoffice
|
- filestash-onlyoffice
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user