docker-compose.yml

This commit is contained in:
2024-01-30 12:38:56 +08:00
parent 9e653595a9
commit ec9b60e1d6

View File

@@ -1,10 +1,10 @@
version: "3" version: "3"
services: services:
aida_back: aida_back:
container_name: prod-version-aida-back container_name: stable-version-aida-back
build: . build: .
volumes: volumes:
# 日志目录映射 # 日志目录映射
- ./log:/log - ./log:/log
ports: ports:
- "10010:5567" - "10090:5567"