1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-10 04:19:24 +02:00
dockerfiles/hydra/docker-compose.yml

9 lines
148 B
YAML
Raw Normal View History

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