This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git
The following commit(s) were added to refs/heads/master by this push:
new dbcfc8d5 update nacos image (#465)
dbcfc8d5 is described below
commit dbcfc8d51e2f41877f48ab0288eace527ab55ed6
Author: binbin.zhang <[email protected]>
AuthorDate: Fri Nov 11 11:06:18 2022 +0800
update nacos image (#465)
---
integrate_test/dockercompose/docker-compose.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/integrate_test/dockercompose/docker-compose.yml
b/integrate_test/dockercompose/docker-compose.yml
index 28836b01..d8767cbc 100644
--- a/integrate_test/dockercompose/docker-compose.yml
+++ b/integrate_test/dockercompose/docker-compose.yml
@@ -10,13 +10,14 @@ services:
restart: on-failure
nacos:
- image: nacos/nacos-server:2.0.3-slim
+ image: nacos/nacos-server:v2.1.2-slim
container_name: nacos-standalone
environment:
- PREFER_HOST_MODE=hostname
- MODE=standalone
ports:
- "8848:8848"
+ - "9848:9848"
healthcheck:
test: "curl --fail
http://127.0.0.1:8848/nacos/v1/console/health/liveness || exit 1"
interval: 5s