Skip to content

Commit

Permalink
updated release items
Browse files Browse the repository at this point in the history
  • Loading branch information
kshashikumar committed Oct 31, 2024
1 parent 0d6dbde commit 42fc1ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'

services:
mongo-gui:
mysql-gui:
container_name: "mysql-gui"
build:
context: .
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: '3'

services:
mongo-gui:
mysql-gui:
container_name: "mysql-gui"
image: kshashikumar/mysql-gui
image: shashikumarkasturi/mysql-gui:latest
restart: always
ports:
- "5000:5000"
Expand Down

0 comments on commit 42fc1ab

Please sign in to comment.