mirror of
https://gitee.com/pnoker/iot-dc3.git
synced 2026-08-28 22:21:16 +08:00
chore: align .env.example image tag default to 2026.6
DC3_IMAGE_TAG was 2026.5 while the compose files default to 2026.6; unify the .env.example default so pulled images match.
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
# Makefile registry selector. Set REGISTRY=cn here once instead of passing it to every make command.
|
||||
REGISTRY=auto
|
||||
DC3_IMAGE_REGISTRY=pnoker
|
||||
DC3_IMAGE_TAG=2026.5
|
||||
DC3_IMAGE_TAG=2026.6
|
||||
DC3_LOG_MAX_SIZE=10M
|
||||
DC3_LOG_MAX_FILE=20
|
||||
DC3_BIND_HOST=127.0.0.1
|
||||
|
||||
Reference in New Issue
Block a user