Closed jdbishop closed 3 years ago
I changed aquarium.sh
to check for running in WSL so that it runs docker-compose with the docker-compose.windows.yml
file. This corresponds to the second change. You will have to pull the repo to get the changed script.
I don't think the other changes are necessary. I suspect you may have had a database initialization failure that left garbage in the database directory. In this case, you have to remove the contents of data/db
with rm -rf data/db/*
Closing this. The WSL check is added in https://github.com/aquariumbio/aquarium-local/commit/ba92c166481e314b32c9f7e02269255c5a8dfef6 If you still have problems, let us know.
Aquarium failed to initialize on Windows 10 (Ubuntu on WSL2 within Windows Terminal after installing Docker Desktop, WSL2, Ubuntu from Microsoft Store) with the following error:
I was able to get aquarium-local to initialize and run on my Windows 10 machine by making three changes (one specified and two unspecified in the docs) to the docker-compose.yml configuration file included in the distro (see my updated "db" section from the docker-compose.yml file). Maybe update the docker-compose.yml file?