1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/hydra/arm/docker-compose.yml

9 lines
150 B
YAML
Raw Normal View History

2019-06-09 02:51:14 +02:00
hydra:
image: easypi/hydra-arm
2019-06-09 03:24:19 +02:00
entrypoint: sleep
command: infinity
2019-06-09 02:51:14 +02:00
volumes:
- ./data:/data
working_dir: /data
restart: unless-stopped