1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02: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