11 lines
223 B
YAML
11 lines
223 B
YAML
services:
|
|
tmkms:
|
|
restart: unless-stopped
|
|
image: cerc/tmkms:local
|
|
command: ["bash", "-c", "/opt/run.sh"]
|
|
volumes:
|
|
- ./tmkms:/root
|
|
- ../config/tmkms/run.sh:/opt/run.sh
|
|
ports:
|
|
- "26659"
|