1.Create a docker-compose.yml file similar to this:
1 | services: |
This is the bare minimum configuration required.
2.Bring up your stack by running
1 | docker compose up -d |
3.Log in to the Admin UI
When your docker container is running, connect to it on port 81 for the admin interface.
1 | http://127.0.0.1:81 |
This startup can take a minute depending on your hardware.