diff --git a/start-infrastructure.sh b/start-infrastructure.sh index 0931879..520e062 100644 --- a/start-infrastructure.sh +++ b/start-infrastructure.sh @@ -1,17 +1,9 @@ #!/bin/bash -docker run \ - --cap-add SYS_PTRACE \ - -e 'ACCEPT_EULA=1' \ - -e 'MSSQL_SA_PASSWORD=P@ssword123!' \ - -p 1433:1433 \ - --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 + -d postgres:latest \ No newline at end of file