修改镜像名可以直接运行
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3.8'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
frontend:
|
frontend:
|
||||||
image: gitea.zfxt.top/zfxt/frontend:latest
|
image: gitea.zfxt.top:8443/zfxt/frontend:latest
|
||||||
container_name: my-frontend-web
|
container_name: my-frontend-web
|
||||||
ports:
|
ports:
|
||||||
- "5555:5555"
|
- "5555:5555"
|
||||||
@@ -13,7 +13,7 @@ services:
|
|||||||
# 移除了build配置,因为我们现在使用预构建的镜像
|
# 移除了build配置,因为我们现在使用预构建的镜像
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
image: gitea.zfxt.top/zfxt/backend:latest
|
image: gitea.zfxt.top:8443/zfxt/backend:latest
|
||||||
container_name: my-backend-api
|
container_name: my-backend-api
|
||||||
networks:
|
networks:
|
||||||
- app-network
|
- app-network
|
||||||
|
|||||||
Reference in New Issue
Block a user