To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Run in container: docker-compose up
Now you can visit localhost:9009 from your browser.
Ready to run in production? Please check our deployment guides.