openrmf-docs
openrmf-docs copied to clipboard
[FEATURE] specify the full image path in the docker-compose file
Is your feature request related to a problem? Please describe.
For podman-compose the startup script asks to pull from 3 registries if you do not specify docker.io/.
Describe the solution you'd like
Put the full path to the image. When using docker it assumes docker.io.
Describe alternatives you've considered
Current way of picking as you run the ./start.sh command works. But is cumbersome.
Additional context