mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
11 lines
189 B
YAML
11 lines
189 B
YAML
version: "3.8"
|
|
services:
|
|
hydra:
|
|
image: vimagick/hydra
|
|
entrypoint: sleep
|
|
command: infinity
|
|
volumes:
|
|
- ./data:/data
|
|
working_dir: /data
|
|
restart: unless-stopped
|