mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
12 lines
228 B
YAML
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
|