Skip to content

Commit

Permalink
chore: change the host name of mongodb
Browse files Browse the repository at this point in the history
podman is not able to reach mongo host

Change-Id: Ie4d8070ed5e1edb1ac9520ad8e4d6e9760338ee2

Signed-off-by: Florent Benoit <[email protected]>
  • Loading branch information
benoitf committed Jun 26, 2023
1 parent 927a51c commit caab2d0
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 caab2d0

Please sign in to comment.