Provide instructions for Docker Toolbox users
Closed this issue · 2 comments
mlapshin commented
Two things:
- they might need to increase RAM in the VirtualBox VM settings
- they need to change volume paths in the docker-compose file like this:
./pgdata:/data
=>//c/pgdata:/data
mlapshin commented
And the right URL is http://192.168.99.100:8888
mlapshin commented
And they need to drop pgdata volume completely from docker-compose.yaml