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

Volume mounting in compose #36

Closed
m8dotpie opened this issue Dec 31, 2023 · 2 comments
Closed

Volume mounting in compose #36

m8dotpie opened this issue Dec 31, 2023 · 2 comments

Comments

@m8dotpie
Copy link

Docker compose volumes have incorrect paths
- ./tranga:/usr/share/Tranga-API in tranga-api
Should be:
- ./tranga:/usr/share/tranga-api
Since the working dir in the container is all lowercase letters.
Anyway I am not sure why it is needed to mount volumes in the first place? To have the common cache between website and api? It works either way, just take into consideration the paths if you want to mount properly.

C9Glax added a commit that referenced this issue Dec 31, 2023
@C9Glax
Copy link
Owner

C9Glax commented Dec 31, 2023

Yup actually there shouldn't be a docker-compose in this repo at all!

@C9Glax C9Glax closed this as completed Dec 31, 2023
@m8dotpie
Copy link
Author

Yup actually there shouldn't be a docker-compose in this repo at all!

Just keep in mind, that README.md pointed at this file and there is no valid installation instructions right now

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

2 participants