Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ version: "3"
services:
devopsdb:
container_name: devopsdb
image: shaikmustafa/ccitrepo:dbimage
image: venky9901/deploy:mynewdbimage
ports:
- "3306:3306"

application:
image: shaikmustafa/ccitrepo:appimage
image: venky9901/deploy:mynewappimage
container_name: appcontainer
ports:
- "1234:8080"
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/login.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span><span
class="icon-bar"></span><span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">DEVOPS</a>
<a class="navbar-brand" href="#">DEVOPS_ENGINEER</a>
<i class="brand_network"><small><small>docker project</small></small></i>
</div>
<div class="navbar-collapse collapse">
Expand Down