Skip to content
This repository was archived by the owner on Apr 12, 2025. It is now read-only.

Commit 0e6db96

Browse files
committed
Update the docs to reflect registry.gitlab.com
1 parent 6193d4f commit 0e6db96

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ docker run --rm -it \
2929
-e PORT=80 \
3030
-e GELF_HOST=graylog \
3131
--name csp \
32-
ixdotai/csp:latest
32+
registry.gitlab.com/ix.ai/csp:latest
3333
```
3434

3535
### docker-compose
@@ -38,7 +38,7 @@ version: "3.7"
3838

3939
services:
4040
csp:
41-
image: ixdotai/csp:latest
41+
image: registry.gitlab.com/ix.ai/csp:latest
4242
environment:
4343
PORT: '80'
4444
ports:
@@ -51,7 +51,7 @@ version: "3.7"
5151

5252
services:
5353
csp:
54-
image: ixdotai/csp:latest
54+
image: registry.gitlab.com/ix.ai/csp:latest
5555
deploy:
5656
labels:
5757
traefik.enable: 'true'
@@ -97,4 +97,5 @@ Starting with version v0.0.4, the images are multi-arch, with builds for amd64,
9797
## Resources:
9898
* GitLab: https://gitlab.com/ix.ai/csp
9999
* GitHub: https://github.com/ix-ai/csp
100+
* GitLab Registry: https://gitlab.com/ix.ai/csp/container_registry
100101
* Docker Hub: https://hub.docker.com/r/ixdotai/csp

0 commit comments

Comments
 (0)