diff --git a/start-infrastructure.sh b/start-infrastructure.sh index cf9b7cc..0931879 100644 --- a/start-infrastructure.sh +++ b/start-infrastructure.sh @@ -8,10 +8,10 @@ docker run \ --name azuresqledge \ -d mcr.microsoft.com/azure-sql-edge - docker run \ - --cap-add SYS_PTRACE \ - -e 'POSTGRES_USER=sa' \ - -e 'POSTGRES_PASSWORD=P@ssword123!' \ - -p 5432:5432 \ - --name postgres \ - -d postgres \ No newline at end of file +docker run \ + --cap-add SYS_PTRACE \ + -e 'POSTGRES_USER=sa' \ + -e 'POSTGRES_PASSWORD=P@ssword123!' \ + -p 5432:5432 \ + --name postgres \ + -d postgres \ No newline at end of file