Update standalone-derby.yaml

fix: Error response from daemon: manifest for nacos/nacos-server:vv2.2.0 not found: manifest unknown: manifest unknown
This commit is contained in:
fomeiherz 2023-02-12 23:19:56 +08:00 committed by GitHub
parent 05086aec39
commit 631d7eeb81
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