Skip to content

Commit

Permalink
Updated docker-compose backend image name to reflect Dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan7934 committed Feb 25, 2024
1 parent 7788a8b commit 5475687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
backend:
build: .
container_name: whosaidit-backend-prod
image: whosaidit-backend:latest
image: nathan7934/whosaidit-backend:latest
ports:
- "80:8080"
depends_on:
Expand Down

0 comments on commit 5475687

Please sign in to comment.