podman-compose
podman-compose copied to clipboard
TypeError: unhashable type: 'dict'
Tried to set up up the DefectDojo project: https://github.com/DefectDojo/django-DefectDojo/blob/master/DOCKER.md
[root@localhost django-DefectDojo]# podman-compose up
Traceback (most recent call last):
File "/usr/local/bin/podman-compose", line 11, in
What is the problem? With docker compose works pefectly.
It looks like podman compose doesn't support the long form ports definition Port mapping. Try modifying it to be the following just to confirm that that is the issue.
ports:
- 8080:8080
- 8443:8443