mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
update hydra
This commit is contained in:
parent
363160a3dd
commit
9ae21fe993
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
|
Loading…
Reference in New Issue
Block a user