1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-10-30 23:47:48 +02:00

fix hydra

This commit is contained in:
kev
2019-06-09 09:24:19 +08:00
parent ea9fb5580b
commit 311598aae6
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
hydra:
image: easypi/hydra-arm
command: sleep infinity
entrypoint: sleep
command: infinity
volumes:
- ./data:/data
working_dir: /data

View File

@@ -1,6 +1,7 @@
hydra:
image: vimagick/hydra
command: sleep infinity
entrypoint: sleep
command: infinity
volumes:
- ./data:/data
working_dir: /data