Files
2025-03-07 13:47:44 +07:00

399 B

Docker compose files

Build

Using docker compose you can build the image with the following command:

docker-compose build

Run

To run the container use the following command:

docker-compose up

Routes

http://localhost/ -> OHIF localhost/pacs -> Orthanc

See here for more information about this recipe.