Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: docker-compose volume path is not the same as the dockerfile volume path Solution: Set the docker-compose volume path to the dockerfile volume path You can view the correct path in the Dockerfile: https://github.com/loklak/loklak_server/blob/7a1f0378dc40ec25eec6083e43558a62408d84e8/Dockerfile#L38 I checked in the container: ``` bash-4.3# ls /loklak_server/ bin conf gradlew settings.gradle build data html src build.gradle gradle installation ssi bash-4.3# ls / bin lib proc srv var dev loklak_server root sys etc media run tmp home mnt sbin usr ``` the data directory exists and is filled within `/loklak_server`
- Loading branch information