Skip to content

Commit

Permalink
[dtest] Fix dtest docker compose config: env => environment (#3421)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpranckaitis authored Apr 15, 2021
1 parent 0952775 commit 95478bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/dtest/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- "0.0.0.0:9000:9000"
volumes:
- "./m3dbnode.yml:/etc/m3dbnode/m3dbnode.yml"
env:
environment:
- PANIC_ON_INVARIANT_VIOLATED=true
coord01:
networks:
Expand All @@ -22,7 +22,7 @@ services:
- "0.0.0.0:7204:7204"
volumes:
- "./m3coordinator.yml:/etc/m3coordinator/m3coordinator.yml"
env:
environment:
- PANIC_ON_INVARIANT_VIOLATED=true
networks:
dtest:

0 comments on commit 95478bd

Please sign in to comment.