1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-26 00:38:37 +00:00
dockerfiles/hydra/docker-compose.yml

9 lines
148 B
YAML
Raw Normal View History

2019-06-09 00:51:14 +00:00
hydra:
image: vimagick/hydra
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