ORY KRATOS WITH POSTGRESQL andDOcker compose #3114
Answered
by
James3UK
Aditya51293
asked this question in
Q&A
-
I am using Kratos with postgresql and tried to use the docker command sudo docker-compose -f quickstart.yml -f quickstart-selinux.yml -f quickstart-postgres.yml up --build --force-recreate |
Beta Was this translation helpful? Give feedback.
Answered by
James3UK
Dec 30, 2023
Replies: 1 comment 3 replies
-
Hello @Aditya51293, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got it to work with this, the underlying is listening on 3000 for some reason.
ports:
- '4455:3000'