Skip to content

Commit

Permalink
Added a note about docker installation for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
shaniwein committed Dec 13, 2023
1 parent 2e83e1f commit 48816a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ $ sudo docker login docker.pkg.github.com -u USERNAME
`sudo docker-compose up --build anyway`
This will start the containers. It will take a few minutes until it's done.

Note - If the "anyway" container does not start because of the error: "exec /anyway/docker-entrypoint.sh: no such file or directory", run `dos2unix docker-entrypoint.sh` and go back to step 7.

**8.** **You're all set!** ANYWAY is up and running with the DB data - connect to http://127.0.0.1:8080
Note - you won't see the map since the key works in production.
If you need to see the map for development email us [[email protected]](mailto:[email protected]) to get a developer key.
Expand Down

0 comments on commit 48816a7

Please sign in to comment.