Compare commits

...

2 Commits

Author SHA1 Message Date
6a750e49b4 wqMerge branch 'moshui20250821' of http://192.168.101.129:8418/zhuchaowe/maxkb into moshui20250821
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-08-25 18:44:19 +08:00
05f116a9eb docker-compose.yml 2025-08-25 18:43:55 +08:00

View File

@ -2,10 +2,11 @@ version: '3.8'
services: services:
maxkb-dev: maxkb-dev:
image: 192.168.101.129:2009/maxkb-dev:v1
# 如果需要本地构建,取消下面两行注释 # 如果需要本地构建,取消下面两行注释
build: #build:
context: ../ # context: ../
dockerfile: installer/Dockerfile # dockerfile: installer/Dockerfile
container_name: maxkb-dev container_name: maxkb-dev
ports: ports:
- "2008:8080" - "2008:8080"