Skip to content

Commit

Permalink
fix(docker): remove uppercase in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
withSang committed Nov 13, 2023
1 parent 59fead3 commit a018c60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"
services:
newways-backend:
container_name: newways-backend
image: "ghcr.io/NewWays-TechForImpactKAIST/backend:dev"
image: "ghcr.io/newways-techforimpactkaist/backend:dev"
ports:
- "${PORT:?}:80"
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"
services:
newways-backend:
container_name: newways-backend
image: "ghcr.io/NewWays-TechForImpactKAIST/backend:latest"
image: "ghcr.io/newways-techforimpactkaist/backend:latest"
ports:
- "${PORT:?}:80"
environment:
Expand Down

0 comments on commit a018c60

Please sign in to comment.