Browse Source

fix typo

pull/148/head
Yunus Emre Kalkan 1 year ago
parent
commit
0c6dab5b12
  1. 2
      etc/docker/down.ps1
  2. 3
      etc/docker/up.ps1

2
etc/docker/down.ps1

@ -1 +1 @@
docker-compose -f infrastructure/posgres.yml -f infrastructure/redis.yml down
docker-compose -f infrastructure/postgres.yml -f infrastructure/redis.yml down

3
etc/docker/up.ps1

@ -1,2 +1 @@
docker network create eventhub-network
docker-compose -f infrastructure/posgres.yml -f infrastructure/redis.yml up -d --remove-orphans
docker-compose -f infrastructure/postgres.yml -f infrastructure/redis.yml up -d --remove-orphans
Loading…
Cancel
Save