'docker compose up -d' for tailormap doesn't work

I pulled the latest tailormap package:

The tutorial says to then run ‘docker compose up -d’, but this doesn’t work:
~
$ docker compose up -d
no configuration file provided: not found

Am i running it in the wrong directory? where should i run this?

Are you using: GitHub - B3Partners/tailormap-viewer: Tailormap frontend? You should run that command from the root. At least the place where a docker-compose.yml file is found

Yep, that sounds about right… I run it (on windows 10) from the directory where the yml-file is. That should do the trick…

As i can see you are pulling the image directly which means you can run the tailormap container. Not the docker-compose stack.

For running the tailormap container you can follow this guide: GitHub - B3Partners/tailormap-viewer: Tailormap frontend

For running the compose stack @RoelvandenBerg is correct.

Thanks for the information. I wasn’t using the tailormap-viewer, just the tailormap package. i was getting error ‘manifest unknown’ on packages ‘tailormap-viewer’ and ‘tailormap-config-db’; so i ignored those.

i downloaded the tailormap-viewer files and ran the docker compose command again. it worked (server is running and a database created).
http://localhost:8080/ is now showing:


is this correct or did i make a mistake somewhere?