KnowageLabs / Knowage-Server-Docker

Docker Image packaging for Knowage Server https://www.knowage-suite.com
GNU Affero General Public License v3.0
66 stars 77 forks source link

Fix typo in docker-compose.yaml for Knowage-Server-Docker #65

Closed carmisergio closed 1 year ago

carmisergio commented 1 year ago

Changed port mapping of knowage service from "18080:8080" to "8080:8080" I assume this was a typo, because it's impossible to access the knowage web interface with the setting as it is, but after changing it as described above, the interface works as intended.

github-actions[bot] commented 1 year ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

carmisergio commented 1 year ago

I have read the CLA Document and I hereby sign the CLA

kerny3d commented 1 year ago

Just a note about that: we chose to set the port to 18080 because during our developments we use to have two instances of KNOWAGE running on the same machine, one on the 8080 and one on the 18080. We consider the docker-compose.yaml as a template file someone copies outside the repo and edits with his own customization. But we are widely open to suggestions.