Skip to content

Commit 5b7de0f

Browse files
committed
updated ci cd to remove docker stop and rm
1 parent bb387a1 commit 5b7de0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ services:
5555
container_name: postgres
5656
restart: always
5757
ports:
58-
- "5432:5432" # Maps host port 5432 to container port 5432
58+
- "5432:5432" # Maps host port 5432 to container port 5432
5959
environment:
6060
POSTGRES_USER: harshit
6161
POSTGRES_PASSWORD: password

0 commit comments

Comments
 (0)