question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Question]it's error in the official document describes how to use docker in mysql ,it's not load customer define application.yml

See original GitHub issue

Question

  • Question one: docker run -v ${your_work_dir}/conf:/opt/shenyu-admin/conf/ -v /${your_work_dir}/ext-lib:/opt/shenyu-admin/ext-lib -d -p 9095:9095 --net shenyu apache/shenyu-admin Should be changed to docker run -v ${your_work_dir}/conf:/opt/shenyu-admin/conf -v /${your_work_dir}/ext-lib:/opt/shenyu-admin/ext-lib -d -p 9095:9095 --net shenyu apache/shenyu-admin

  • Question two: customer define application.yml be used but it can’t load

  • Question three: shenyu-admin.log and shenyu-admin-error.log shoud be put in logs

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
civismcommented, Nov 16, 2021

@tuohai666 I submitted a new PR to fix the current version about link

0reactions
tuohai666commented, Nov 15, 2021

Hi @civism I don’t think this fix is complete. (English & Chinese) * (2.4.1 & current) = 4 places to be fixed. Please correct me if i was wrong.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installing MySQL in Docker fails with error message "Can't ...
Yeah I know that,but if you check out the first link, there is a start file, in which will run all of the...
Read more >
Cannot connect to mysql database: Access denied #51 - GitHub
I have issues connecting to the mysql database spawned by this docker container. I ger repeated access denied errors.
Read more >
2.5.6.2 More Topics on Deploying MySQL Server with Docker
When you start the MySQL Docker container, you can pass configuration options to the server through the docker run command. For example:
Read more >
amd64/mysql - Docker Image
Run docker stack deploy -c stack. yml mysql (or docker-compose -f stack. yml up ), wait for it to initialize completely, and visit...
Read more >
How to Set Up MySQL Database with Docker - YouTube
Docker is a product that allows developers to create containers, which are self-contained areas on their computer for running applications.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found