6 lines
152 B
Plaintext
6 lines
152 B
Plaintext
|
|
# crm1环境下 部署单机nacos
|
|
|
|
env $(cat ./env_crm1 | xargs) envsubst < ./standalone-derby.yml | docker stack deploy --compose-file - crm1_nacos
|
|
|