From 49ee5f305948f17c68347d83c6c71f862c649984 Mon Sep 17 00:00:00 2001 From: Hamed Shirbandi Date: Sat, 7 Oct 2023 00:06:51 +0200 Subject: [PATCH] chore: fix docker-compose address in comments --- src/4-Clients/UserPanel/UserPanel.csproj | 2 +- src/4-Clients/Website/Website.csproj | 2 +- src/7-Docker/Infrastructure.yml | 2 +- src/7-Docker/docker-compose.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/4-Clients/UserPanel/UserPanel.csproj b/src/4-Clients/UserPanel/UserPanel.csproj index 53c5071d1..f0b02f3b1 100644 --- a/src/4-Clients/UserPanel/UserPanel.csproj +++ b/src/4-Clients/UserPanel/UserPanel.csproj @@ -5,7 +5,7 @@ enable TaskoMask.Clients.UserPanel TaskoMask.Clients.UserPanel - ..\..\6-Docker\docker-compose.dcproj + ..\..\7-Docker\docker-compose.dcproj fdd4685f-7b2a-4c80-ac60-b3d2c26c081e diff --git a/src/4-Clients/Website/Website.csproj b/src/4-Clients/Website/Website.csproj index 7c1415580..1d577903b 100644 --- a/src/4-Clients/Website/Website.csproj +++ b/src/4-Clients/Website/Website.csproj @@ -9,7 +9,7 @@ TaskoMask.Clients.Website TaskoMask.Clients.Website ..\..\.. - ..\..\6-Docker\docker-compose.dcproj + ..\..\7-Docker\docker-compose.dcproj diff --git a/src/7-Docker/Infrastructure.yml b/src/7-Docker/Infrastructure.yml index dbd99eea5..280c41d19 100644 --- a/src/7-Docker/Infrastructure.yml +++ b/src/7-Docker/Infrastructure.yml @@ -6,7 +6,7 @@ # | # Just run the below command through CLI and then the environment is ready: | # | -# ...\TaskoMask\src\6-Docker> docker-compose -f Infrastructure.yml up -d | +# ...\TaskoMask\src\7-Docker> docker-compose -f Infrastructure.yml up -d | # | # For more informition go to the releated documentation on GitHub: | # | diff --git a/src/7-Docker/docker-compose.yml b/src/7-Docker/docker-compose.yml index 4a6d11c70..3491aa3fc 100644 --- a/src/7-Docker/docker-compose.yml +++ b/src/7-Docker/docker-compose.yml @@ -3,8 +3,8 @@ # If you want to run all the clients and services and their dependencies without | # needing to debug them, you can run the below commands through CLI: | # | -# ...\TaskoMask\src\6-Docker> docker-compose build | -# ...\TaskoMask\src\6-Docker> docker-compose up -d | +# ...\TaskoMask\src\7-Docker> docker-compose build | +# ...\TaskoMask\src\7-Docker> docker-compose up -d | # | # But, if you need to do this in Visual Studio and debug some services, then you | # can modify the launchSettings and set the desired services to StartDebugging and |