mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:36 +02:00
fix hydra
This commit is contained in:
parent
ea9fb5580b
commit
311598aae6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user