1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/hydra/docker-compose.yml

11 lines
189 B
YAML
Raw Normal View History

2022-02-15 06:08:08 +02:00
version: "3.8"
services:
hydra:
image: vimagick/hydra
entrypoint: sleep
command: infinity
volumes:
- ./data:/data
working_dir: /data
restart: unless-stopped