mirror of
https://github.com/AuxXxilium/arv-v-dsm.git
synced 2024-11-23 23:10:58 +07:00
Update readme.md
This commit is contained in:
parent
39eb6200b7
commit
1ec8bcfaf5
13
readme.md
13
readme.md
@ -67,3 +67,16 @@ $ docker run --rm -it \
|
||||
--device="/dev/net/tun:/dev/net/tun" \
|
||||
kroese/virtual-dsm:latest
|
||||
```
|
||||
|
||||
## FAQ
|
||||
|
||||
- How do I change the location of the virtual disk?
|
||||
|
||||
By default it resides inside a docker volume, but you can add a bind mount to your compose file like this:
|
||||
|
||||
```
|
||||
volumes:
|
||||
- /home/user/data:/storage
|
||||
```
|
||||
|
||||
to map `/storage` to any local directory you want to use. Just replace `/home/user/data` with the path you want to use.
|
||||
|
Loading…
Reference in New Issue
Block a user