Skip to content

Commit

Permalink
fix postgres warnings in docker demo
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Jul 25, 2024
1 parent 7c8e8a3 commit 782d8ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ services:

sequencer-db-1:
image: postgres
user: postgres
user: root
ports:
- "$ESPRESSO_SEQUENCER1_DB_PORT:5432"
environment:
Expand All @@ -578,7 +578,7 @@ services:

solver-db:
image: postgres
user: postgres
user: root
ports:
- "$MARKETPLACE_SOLVER_POSTGRES_PORT:5432"
environment:
Expand Down

0 comments on commit 782d8ed

Please sign in to comment.