From 49381b06a72e2f5de9d3e7b198b4e4b651c8e587 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Sun, 7 May 2023 10:04:21 +0300 Subject: [PATCH] docker-compose delete network --- RhSolutions.Api/Deploy/docker-compose.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/RhSolutions.Api/Deploy/docker-compose.yml b/RhSolutions.Api/Deploy/docker-compose.yml index 5bbbed8..bd5867b 100644 --- a/RhSolutions.Api/Deploy/docker-compose.yml +++ b/RhSolutions.Api/Deploy/docker-compose.yml @@ -17,13 +17,11 @@ services: restart: unless-stopped rhsolutions-db: container_name: rhsolutions-db + ports: + - 5432:5432 build: ./Database environment: - POSTGRES_USER=chebser - POSTGRES_PASSWORD=Rehau-987 - POSTGRES_DB=rhsolutions - restart: unless-stopped - -networks: - default: - name: rhsolutions \ No newline at end of file + restart: unless-stopped \ No newline at end of file