feat: add ${GLOBAL_REGISTRY} for change docker image
This commit is contained in:
@@ -9,7 +9,7 @@ x-defaults: &defaults
|
||||
services:
|
||||
zookeeper:
|
||||
<<: *defaults
|
||||
image: zookeeper:${ZOOKEEPER_VERSION:-3.9.3}
|
||||
image: ${GLOBAL_REGISTRY:-}zookeeper:${ZOOKEEPER_VERSION:-3.9.3}
|
||||
ports:
|
||||
- "${ZOOKEEPER_CLIENT_PORT_OVERRIDE:-2181}:2181"
|
||||
- "${ZOOKEEPER_ADMIN_PORT_OVERRIDE:-8080}:8080"
|
||||
|
||||
Reference in New Issue
Block a user