Skip to content

Commit

Permalink
Merge pull request #24 from benoitf/podman-3
Browse files Browse the repository at this point in the history
chore: change the hostname of mongodb
  • Loading branch information
hguerrero authored Jul 5, 2023
2 parents 927a51c + caab2d0 commit 957101e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ const App = () => {
'-e',
'KAFKA_BOOTSTRAP_SERVER=kafka:19092',
'-e',
'SPRING_DATA_MONGODB_URI=mongodb://mongo:27017',
'SPRING_DATA_MONGODB_URI=mongodb://microcks-mongodb:27017',
'-e',
'SPRING_DATA_MONGODB_DATABASE=microcks',
'-e',
Expand Down

0 comments on commit 957101e

Please sign in to comment.