mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00:00
8 lines
101 B
YAML
8 lines
101 B
YAML
|
---
|
||
|
version: '3'
|
||
|
services:
|
||
|
testbed:
|
||
|
volumes:
|
||
|
- .:/yadm:ro
|
||
|
image: yadm/testbed:latest
|