Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue when using a docker compose file to serve backing services #12

Open
hantsy opened this issue Jul 2, 2023 · 0 comments
Open

Issue when using a docker compose file to serve backing services #12

hantsy opened this issue Jul 2, 2023 · 0 comments

Comments

@hantsy
Copy link

hantsy commented Jul 2, 2023

The circle CI config is like this:

https://github.com/hantsy/spring-reactive-jwt-sample/edit/master/.circleci/config.yml

The docker compose command will bind a local data folder to the containers folder, this caused the following failure: https://app.circleci.com/pipelines/github/hantsy/spring-reactive-jwt-sample/591/workflows/35494d6f-1805-4d98-824d-82551ed3f2b3/jobs/602?invite=true#step-104-1

#!/bin/bash -eo pipefail
#!/bin/bash
find . -name 'pom.xml' | sort | xargs cat > /tmp/maven_cache_seed

find: ‘./data/journal’: Permission denied

Exited with code exit status 1

CircleCI received exit code 1
@hantsy hantsy changed the title Issue when using a docker compose Issue when using a docker compose file to serve backing services Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant