From f89ebac95cd008e063612f09ceb2e19af349da73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20B=C4=85czek?= <74410956+kamilbaczek@users.noreply.github.com> Date: Thu, 28 Mar 2024 18:30:43 +0100 Subject: [PATCH] restore chapter 2 docker compose --- Chapter-2-modules-separation/Src/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Chapter-2-modules-separation/Src/docker-compose.yml b/Chapter-2-modules-separation/Src/docker-compose.yml index ed5ecb97..f8bfbe0d 100644 --- a/Chapter-2-modules-separation/Src/docker-compose.yml +++ b/Chapter-2-modules-separation/Src/docker-compose.yml @@ -13,13 +13,13 @@ services: postgres: image: postgres:14.3 - container_name: postgres_fitnet_2 + container_name: postgres ports: - - 7432:5432 + - 5432:5432 environment: - POSTGRES_PASSWORD=mysecretpassword healthcheck: test: [ "CMD-SHELL", "pg_isready -U postgres" ] interval: 10s timeout: 5s - retries: 5 \ No newline at end of file + retries: 5