mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-30 05:39:15 +02:00
8 lines
136 B
YAML
8 lines
136 B
YAML
hydra:
|
|
image: easypi/hydra-arm
|
|
command: sleep infinity
|
|
volumes:
|
|
- ./data:/data
|
|
working_dir: /data
|
|
restart: unless-stopped
|