Skip to content

Commit

Permalink
chore: mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
EclesioMeloJunior committed Feb 4, 2022
1 parent 260f64b commit 70f2062
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ./..
dockerfile: devnet/alice.Dockerfile
args:
DD_API_KEY: c34650b22bcdf17fc1511e5a69db7129
DD_API_KEY: ${DD_API_KEY}
ports:
- 7001
- 8545
Expand All @@ -20,7 +20,7 @@ services:
context: ./..
dockerfile: devnet/bob.Dockerfile
args:
DD_API_KEY: c34650b22bcdf17fc1511e5a69db7129
DD_API_KEY: ${DD_API_KEY}
key: bob
ports:
- 7001
Expand All @@ -38,7 +38,7 @@ services:
context: ./..
dockerfile: devnet/bob.Dockerfile
args:
DD_API_KEY: c34650b22bcdf17fc1511e5a69db7129
DD_API_KEY: ${DD_API_KEY}
key: charlie
ports:
- 7001
Expand Down

0 comments on commit 70f2062

Please sign in to comment.