Skip to content

Commit

Permalink
update docker compose image name
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygd committed Jan 30, 2024
1 parent 509a37c commit 96022ea
Showing 1 changed file with 1 addition and 1 deletion.
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.9'

services:
app:
image: 'ncaa-api'
image: 'henrygd/ncaa-api'
container_name: 'ncaa-api'
ports: ['3000:3000']
# environment:
Expand Down

0 comments on commit 96022ea

Please sign in to comment.