diff --git a/apps/filestash/config.json b/apps/filestash/config.json index fe8a3357..ba869575 100644 --- a/apps/filestash/config.json +++ b/apps/filestash/config.json @@ -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", diff --git a/apps/filestash/docker-compose.yml b/apps/filestash/docker-compose.yml index 006d215b..a0b18179 100644 --- a/apps/filestash/docker-compose.yml +++ b/apps/filestash/docker-compose.yml @@ -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: