C9Glax / tranga-website

Web-Frontend for Tranga-API
GNU General Public License v3.0
17 stars 10 forks source link

Volume mounting in compose #36

Closed mattephi closed 8 months ago

mattephi commented 8 months ago

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 commented 8 months ago

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

mattephi commented 8 months ago

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