You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-08 22:27:53 +02:00
update hydra
This commit is contained in:
7
hydra/arm/docker-compose.yml
Normal file
7
hydra/arm/docker-compose.yml
Normal 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
7
hydra/docker-compose.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
hydra:
|
||||||
|
image: vimagick/hydra
|
||||||
|
command: sleep infinity
|
||||||
|
volumes:
|
||||||
|
- ./data:/data
|
||||||
|
working_dir: /data
|
||||||
|
restart: unless-stopped
|
Reference in New Issue
Block a user