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

9 lines
148 B
YAML
Raw Normal View History

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