mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-02 02:34:34 +00:00
13 lines
261 B
YAML
13 lines
261 B
YAML
version: '3'
|
|
services:
|
|
platform:
|
|
image: dax-start:latest
|
|
restart: always
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
# 宿主机目录:容器目录 日志映射
|
|
- /data/logs/dax-start:/logs
|
|
# 读取外部化配置文件
|
|
- ./:/
|