9 lines
141 B
YAML
9 lines
141 B
YAML
|
services:
|
||
|
fit2gpx:
|
||
|
image: fit2gpx
|
||
|
ports:
|
||
|
- "5001:5000"
|
||
|
volumes:
|
||
|
- ./input:/app/input
|
||
|
- ./output:/app/output
|