1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 13:58:42 +00:00
dockerfiles/hydra/arm/docker-compose.yml

9 lines
150 B
YAML
Raw Normal View History

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