mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
9 lines
148 B
YAML
9 lines
148 B
YAML
hydra:
|
|
image: vimagick/hydra
|
|
entrypoint: sleep
|
|
command: infinity
|
|
volumes:
|
|
- ./data:/data
|
|
working_dir: /data
|
|
restart: unless-stopped
|