mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-14 11:23:02 +02:00
8 lines
150 B
YAML
8 lines
150 B
YAML
|
ot-recorder:
|
||
|
image: easypi/ot-recorder-arm
|
||
|
ports:
|
||
|
- "8083:8083"
|
||
|
volumes:
|
||
|
- ./data:/var/spool/owntracks/recorder/store
|
||
|
restart: always
|