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