From b470bb937b6060a24c349a82708fb5482b22f206 Mon Sep 17 00:00:00 2001 From: Jared Smith Date: Sat, 11 Jun 2022 12:10:53 +1000 Subject: [PATCH] filestash persistent data --- filestash/docker-compose.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/filestash/docker-compose.yml b/filestash/docker-compose.yml index 7aaf332..bd6168d 100644 --- a/filestash/docker-compose.yml +++ b/filestash/docker-compose.yml @@ -5,6 +5,8 @@ services: image: machines/filestash restart: always environment: - - APPLICATION_URL=files.jaredtsmith.com + - APPLICATION_URL=files.jaredtsmith.com ports: - - "8334:8334" + - "8334:8334" + volumes: + - /var/lib/docker/volumes/filestash/:/app/data/state:Z