update hydra

This commit is contained in:
kev 2019-06-09 08:51:14 +08:00
parent 363160a3dd
commit 9ae21fe993
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
hydra:
image: easypi/hydra-arm
command: sleep infinity
volumes:
- ./data:/data
working_dir: /data
restart: unless-stopped

7
hydra/docker-compose.yml Normal file
View File

@ -0,0 +1,7 @@
hydra:
image: vimagick/hydra
command: sleep infinity
volumes:
- ./data:/data
working_dir: /data
restart: unless-stopped