Skip to content

Commit

Permalink
Replace 'volume manager' references with 'file manager'
Browse files Browse the repository at this point in the history
  • Loading branch information
maggie44 committed Aug 17, 2022
1 parent 013975b commit 514ffd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Balena Device UI

This project is still under heavy development and subject to significant changes. Apologies if the documentation is out of date in places, we are moving quickly and will try and keep up as best as possible.
This project is still under heavy development and subject to significant changes. Apologies if the documentation is out of date in places, we are moving quickly and will try and keep up as best as possible.

---

Expand All @@ -26,7 +26,7 @@ Some of the features include:
- Pre-built endpoints for interacting with the Balena SDK or Supervisor
- Connect the device to nearby Wi-Fi networks
- Container manager (list, stop, start, restart)
- Volume manager (create folders, upload, delete, etc...)
- File manager (create folders, upload, delete, etc...)
- Captive portal
- System info and stats
- I18n language translations
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ services:
- "80:80"
volumes:
- "bdu_db:/app/db" # Stores UI database files
- "bdu_storage:/app/storage" # Storage for the Volume Manager. See docs for more info.
- "bdu_storage:/app/storage" # Storage for the File Manager. See docs for more info.
privileged: true # This can be removed if not using the USB mounting feature

# If using the Volume Manager to access volumes on other containers, ensure this container `depends_on` your
# If using the File Manager to access volumes on other containers, ensure this container `depends_on` your
# other container using the below:
# depends_on:
# - "your-other-container-name"
Expand Down

0 comments on commit 514ffd8

Please sign in to comment.