mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
feat: basic volume plugin commands
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
ironmount:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: ironmount
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /run/docker/plugins:/run/docker/plugins
|
||||
- /tmp/ironmount:/tmp/ironmount
|
||||
Reference in New Issue
Block a user