mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
docs: update README again
This commit is contained in:
@@ -23,8 +23,6 @@ Ironmount is an easy to use web interface to manage your remote storage and moun
|
|||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
https://github.com/nicotsx/ironmount/blob/main/screenshots/volume-creation.png?raw=true
|
|
||||||
|
|
||||||
- ✅ Support for multiple protocols: NFS, SMB, FTP, Directory
|
- ✅ Support for multiple protocols: NFS, SMB, FTP, Directory
|
||||||
- 📡 Mount your remote storage as local folders
|
- 📡 Mount your remote storage as local folders
|
||||||
- 🐳 Docker integration: mount your remote storage directly into your containers via a docker volume syntax
|
- 🐳 Docker integration: mount your remote storage directly into your containers via a docker volume syntax
|
||||||
@@ -46,7 +44,7 @@ In order to run Ironmount, you need to have Docker and Docker Compose installed
|
|||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
ironmount:
|
ironmount:
|
||||||
image: nicotsx/ironmount:v0.0.1
|
image: ghcr.io/nicotsx/ironmount:v0.0.1
|
||||||
container_name: ironmount
|
container_name: ironmount
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
cap_add:
|
cap_add:
|
||||||
|
|||||||
Reference in New Issue
Block a user