You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/docker-compose.yml

17 lines
319 B
YAML

version: '3'
services:
hydro:
image: hydrooj/hydro:latest
restart: always
links:
- mongo
volumes:
- ./data/config:/config
ports:
- 8888:8888
mongo:
image: mongo:latest
restart: always
volumes:
- ./data/db:/data/db