Skip to content

Commit

Permalink
Update docker-compose-base.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-coding authored May 1, 2024
1 parent 3f48086 commit b9512ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
"--app-id",
"payment",
"--app-port",
"8080",
"${EXPERIMENT_CONFIG_SIDECAR_PORT:-8080}",
"--dapr-http-port",
"3500",
"-placement-host-address",
Expand All @@ -51,4 +51,4 @@ services:
]

volumes:
payment-db-data:
payment-db-data:

0 comments on commit b9512ea

Please sign in to comment.