Skip to content

Commit

Permalink
Merge pull request #150 from FlowFuse/persistent-storage
Browse files Browse the repository at this point in the history
Add mount for persistent-storage
  • Loading branch information
ppawlowski authored Jul 16, 2024
2 parents 22955e4 + 082705c commit 0bc90de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ services:
volumes:
- "/var/run/docker.sock:/tmp/docker.sock"
- "./etc/flowforge.yml:/usr/src/forge/etc/flowforge.yml"
- "./persistent-storage:/opt/persistent-storage"
depends_on:
- "postgres"
- "nginx"
Expand Down

0 comments on commit 0bc90de

Please sign in to comment.