Skip to content

Commit

Permalink
feat: Load nacos image from higress repo (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO authored Jul 2, 2024
1 parent 0e57818 commit ae7ef2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ networks:

services:
nacos:
image: nacos/nacos-server:${NACOS_SERVER_TAG:-v2.2.3}
image: higress-registry.cn-hangzhou.cr.aliyuncs.com/higress/nacos-server:${NACOS_SERVER_TAG:-v2.2.3}
profiles: [ "nacos" ]
env_file:
- ./env/nacos.env
Expand Down

0 comments on commit ae7ef2e

Please sign in to comment.