This repository contains a Docker configuration for a FusionAuth instance, its dependencies, and the initial configuration you need to run a QuickStart.
- Docker 23 or later
- On macOS and Windows, one of the following container management tools:
- Docker desktop
- OrbStack (to use Orbstack for
docker composecommands after install, rundocker context use orbstack) - Podman (in the commands below, replace
dockerwithpodman)
-
Open your container management tool (listed in the prerequisites above).
-
Clone this repo to your local machine:
git clone git@github.com:FusionAuth/fusionauth-quickstart-app.git -
Navigate into the cloned directory:
cd fusionauth-quickstart-app -
To start a local instance of FusionAuth, run the following command (omit the
-dflag to see all Docker logs):docker compose up -d -
Wait until all networks, volumes, and containers have a green status of Healthy, Started, or Created (this may take a few minutes, depending on your network speed and cached dependencies).
-
Open http://localhost:9011 to access the FusionAuth Admin UI.
-
Click the lock icon in the top right of the screen to log in with these credentials:
- username:
admin@example.com - password:
password
- username: