Skip to content

Commit

Permalink
Fix porch server image name
Browse files Browse the repository at this point in the history
  • Loading branch information
kjsanger committed Oct 25, 2024
1 parent 633acf1 commit 61864fc
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 @@ -16,7 +16,7 @@ services:
retries: 10

porch-server:
image: wsinpg/python-3.10-npg-porch-2.0.0:latest
image: "ghcr.io/wtsi-npg/python-3.10-npg-porch-2.0.0"
restart: always
ports:
- "127.0.0.1:8081:8081"
Expand Down

0 comments on commit 61864fc

Please sign in to comment.