mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
fix hydra
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
hydra:
|
hydra:
|
||||||
image: easypi/hydra-arm
|
image: easypi/hydra-arm
|
||||||
command: sleep infinity
|
entrypoint: sleep
|
||||||
|
command: infinity
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
working_dir: /data
|
working_dir: /data
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
hydra:
|
hydra:
|
||||||
image: vimagick/hydra
|
image: vimagick/hydra
|
||||||
command: sleep infinity
|
entrypoint: sleep
|
||||||
|
command: infinity
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
working_dir: /data
|
working_dir: /data
|
||||||
|
|||||||
Reference in New Issue
Block a user