1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/rehook/docker-compose.yml
2020-10-28 17:20:54 +08:00

12 lines
228 B
YAML

version: "3.8"
services:
rehook:
image: vimagick/rehook
ports:
- "9000:9000"
- "9001:9001"
volumes:
- "./data/etc:/opt/rehook/etc"
- "./data/log:/opt/rehook/log"
restart: unless-stopped