diff --git a/docker-compose.yml b/docker-compose.yml index e90054832..e68dae844 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: restart: always iam-db: - image: "qaprosoft/postgres:${TAG_POSTGRES}" + image: "public.ecr.aws/zebrunner/postgres:${TAG_POSTGRES}" container_name: iam-db volumes: - "iam-db-volume:/var/lib/postgresql/data"