2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-26 07:13:34 +01:00
This commit is contained in:
kev
2020-10-28 17:20:54 +08:00
parent 9b3c68e4f5
commit b306e0b38e
7 changed files with 41 additions and 12 deletions

View File

@@ -1,9 +1,11 @@
rehook:
image: vimagick/rehook
ports:
- "9000:9000"
- "9001:9001"
volumes:
- "./data/etc:/opt/rehook/etc"
- "./data/log:/opt/rehook/log"
restart: unless-stopped
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