The-Pokemod-Group / Atlas-All-In-One

An all-in-one package with the minimum third-party requirements to get started as quickly as possible with Pokemod Atlas
27 stars 16 forks source link

Update dockerfile and readme to include info for connecting to DB on localhost but outside of Docker #3

Closed lewymd closed 2 years ago

lewymd commented 2 years ago

Updated dockerfile to include

#    extra_hosts:
#    - "host.docker.internal:host-gateway"

commented out by default

Updated readme to show all information on what to do including getting docker IP if needed and query for creating user with the correct privileges

esauvisky commented 2 years ago

Shouldn't we advise to comment out the entire db: service as well?

lewymd commented 2 years ago

Shouldn't we advise to comment out the entire db: service as well?

Yup good point, only mentioned it in the docker-file not the readme.

Added to readme.