Skip to content

Commit 626ea4b

Browse files
committed
Update image URL to use GitHub Container Registry
1 parent 643915f commit 626ea4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.8'
22
services:
33
moodledb_exporter:
44
container_name: moodledb_exporter
5-
image: git.atcomputing.nl:5050/training/infra/moodledb-exporter:latest
5+
image: ghcr.io/atcomputing/moodledb-exporter/moodledb-exporter:latest
66
build: .
77
ports:
88
- "8899:8899"

0 commit comments

Comments
 (0)