chore: update readme
This commit is contained in:
parent
ffc821af2b
commit
951d9d970c
1 changed files with 4 additions and 2 deletions
|
|
@ -39,7 +39,8 @@ services:
|
||||||
image: ghcr.io/nicotsx/ironmount:v0.7
|
image: ghcr.io/nicotsx/ironmount:v0.7
|
||||||
container_name: ironmount
|
container_name: ironmount
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
privileged: true
|
cap_add:
|
||||||
|
- SYS_ADMIN
|
||||||
ports:
|
ports:
|
||||||
- "4096:4096"
|
- "4096:4096"
|
||||||
devices:
|
devices:
|
||||||
|
|
@ -135,7 +136,8 @@ Ironmount can use [rclone](https://rclone.org/) to support 40+ cloud storage pro
|
||||||
image: ghcr.io/nicotsx/ironmount:v0.7
|
image: ghcr.io/nicotsx/ironmount:v0.7
|
||||||
container_name: ironmount
|
container_name: ironmount
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
privileged: true
|
cap_add:
|
||||||
|
- SYS_ADMIN
|
||||||
ports:
|
ports:
|
||||||
- "4096:4096"
|
- "4096:4096"
|
||||||
devices:
|
devices:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue