Skip to content

Commit

Permalink
配置
Browse files Browse the repository at this point in the history
  • Loading branch information
贾杭春 committed May 14, 2024
1 parent 828d18d commit e96950f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ services:
# http://127.0.0.1:9114/nacos
nacos:
image: nacos/nacos-server
container_name: nacos-standalone
container_name: nacos
volumes:
- $DATA/nacos/standalone-logs/:/home/nacos/logs
labels:
Expand All @@ -226,7 +226,7 @@ services:
# remote开发
nacos_test:
image: nacos/nacos-server
container_name: nacos-standalone
container_name: nacos-test
volumes:
- $DATA/nacos2/standalone-logs/:/home/nacos/logs
labels:
Expand Down

0 comments on commit e96950f

Please sign in to comment.