Browse Source

filestash persistent data

master
Jared Smith 3 years ago
parent
commit
b470bb937b
  1. 2
      filestash/docker-compose.yml

2
filestash/docker-compose.yml

@ -8,3 +8,5 @@ services:
- APPLICATION_URL=files.jaredtsmith.com - APPLICATION_URL=files.jaredtsmith.com
ports: ports:
- "8334:8334" - "8334:8334"
volumes:
- /var/lib/docker/volumes/filestash/:/app/data/state:Z

Loading…
Cancel
Save