🎨 修改docker-compose.yml文件,修改为使用dockerfile编译
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
services:
|
||||
kiro-rs:
|
||||
# 使用国内镜像
|
||||
# image: ghcr.nju.edu.cn/${IMAGE_OWNER:-hank9999}/kiro-rs:${IMAGE_TAG:-latest}
|
||||
image: ghcr.io/${IMAGE_OWNER:-hank9999}/kiro-rs:${IMAGE_TAG:-latest}
|
||||
# Build locally from source instead of pulling from registry
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: kiro-rs
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
|
||||
Reference in New Issue
Block a user