Skip to content

Commit c2e3d52

Browse files
committed
Prepare for move to cthit
1 parent 4a29b5b commit c2e3d52

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @olillin

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ like [P.R.I.T.](https://prit.chalmers.it) makes.
88
### Using Docker run
99

1010
```console
11-
docker run -p "8080:8080" ghcr.io/olillin/graddit:latest
11+
docker run -p "8080:8080" ghcr.io/cthit/graddit:latest
1212
```
1313

1414
### Using Docker Compose

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: graddit
44

55
services:
66
server:
7-
image: ghcr.io/olillin/graddit
7+
image: ghcr.io/cthit/graddit
88
restart: unless-stopped
99
ports:
1010
- "8080:8080"

0 commit comments

Comments
 (0)