hyness / spring-cloud-config-server

Docker build of the spring-cloud-config-server
Apache License 2.0
74 stars 54 forks source link

volume mount not working anymore #22

Closed bessalahAmar closed 4 years ago

bessalahAmar commented 4 years ago

simple run with a volume not working since 2 days ago. i can't get the files mounted.

docker run -it -p 8888:8888 -v mypath:/config -e SPRING_PROFILES_ACTIVE=native hyness/spring-cloud-config-server

curl http://localhost:8888/service-dev.properties will return empty cat /config/service-dev.properties inside container will show the content of file correctly.

hyness commented 4 years ago

Fixed. Thanks for the bug report and your interest in this image.

bessalahAmar commented 4 years ago

thank you 👍