Replies: 4 comments 3 replies
|
@m-mohr is it working if you remove https://github.com/developmentseed/eoAPI/blob/main/docker-compose.yml#L145-L146 ? I'm not familiar with windows/wsl environment so I can't really try. It's pretty hard to write a docker compose file (with volumes) which will work in all environments |
|
I encountered a similar issue when trying to run on: Running Commenting out https://github.com/developmentseed/eoAPI/blob/main/docker-compose.yml#L145-L146 allows |
|
@vincentsarago @alukach @emileten ; should we set up a separate version for docker-compose to avoid users hitting an error when onboarding? Is there not a way to have this in a single file? |
|
In the Stack Overflow thread mentioned above, one answer mentions using named volumes to fix the issue. Maybe we could try this on WSL2? Just checked it does not break things on macOS. In the |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Problem description
I'm trying to run this on Ubuntu through WSL2 (Windows Subsystem for Linux, v2):
Expected Output
eoAPI starts. I assume this might be related to https://stackoverflow.com/questions/44878062/initdb-could-not-change-permissions-of-directory-on-postgresql-container
Environment Information
OS: Windows 10 -> WSL2 -> Ubunto 22.04.2
It starts without issues on Windows itself.
All reactions