Skip to content

Commit

Permalink
🐛 Fix repo name in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
znatty22 committed Aug 25, 2023
1 parent e975f54 commit 647b8bd
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 @@ -4,7 +4,7 @@ version: "3.8"
services:
smilecdr:
container_name: smilecdr
image: ghcr.io/kidsfirstdrc/smilecdr:2023.05.R02
image: ghcr.io/kids-first/smilecdr:2023.05.R02
env_file:
- .env
ports:
Expand Down

0 comments on commit 647b8bd

Please sign in to comment.