mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
13 lines
253 B
YAML
13 lines
253 B
YAML
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
|