Skip to content

Commit

Permalink
Merge pull request #165 from APIParkLab/feature/ai-balance
Browse files Browse the repository at this point in the history
update docker run script
  • Loading branch information
Dot-Liu authored Jan 13, 2025
2 parents a92baf0 + 014a7e0 commit 968f5b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/resource/docker_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ echo -e "redis:" >> config.yml
echo -e " user_name: ${REDIS_USER_NAME}" >> config.yml
echo -e " password: ${REDIS_PWD}" >> config.yml
echo -e " addr: " >> config.yml
echo -e "nsq:" >> config.yml
echo -e " addr: ${NSQ_ADDR}" >> config.yml
echo -e " topic: ${NSQ_TOPIC}" >> config.yml
for s in ${arr[@]}
do
echo -e " - $s" >> config.yml
done
echo -e "nsq:" >> config.yml
echo -e " addr: ${NSQ_ADDR}" >> config.yml
echo -e " topic: ${NSQ_TOPIC}" >> config.yml
echo -e "port: 8288" >> config.yml
echo -e "error_log:" >> config.yml
echo -e " dir: ${ERROR_DIR}" >> config.yml
Expand Down

0 comments on commit 968f5b9

Please sign in to comment.