Merge pull request #314 from jshqhxm/master

Fix standalone-derby.yaml  version Error   remove v
This commit is contained in:
paderlol 2023-02-22 10:37:46 +08:00 committed by GitHub
commit b47c79fcb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
version: "2" version: "2"
services: services:
nacos: nacos:
image: nacos/nacos-server:v${NACOS_VERSION} image: nacos/nacos-server:${NACOS_VERSION}
container_name: nacos-standalone container_name: nacos-standalone
environment: environment:
- PREFER_HOST_MODE=hostname - PREFER_HOST_MODE=hostname