Skip to content

Commit

Permalink
Update the docs to reflect registry.gitlab.com
Browse files Browse the repository at this point in the history
  • Loading branch information
tlex committed Nov 1, 2020
1 parent 6193d4f commit 0e6db96
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ docker run --rm -it \
-e PORT=80 \
-e GELF_HOST=graylog \
--name csp \
ixdotai/csp:latest
registry.gitlab.com/ix.ai/csp:latest
```

### docker-compose
Expand All @@ -38,7 +38,7 @@ version: "3.7"

services:
csp:
image: ixdotai/csp:latest
image: registry.gitlab.com/ix.ai/csp:latest
environment:
PORT: '80'
ports:
Expand All @@ -51,7 +51,7 @@ version: "3.7"

services:
csp:
image: ixdotai/csp:latest
image: registry.gitlab.com/ix.ai/csp:latest
deploy:
labels:
traefik.enable: 'true'
Expand Down Expand Up @@ -97,4 +97,5 @@ Starting with version v0.0.4, the images are multi-arch, with builds for amd64,
## Resources:
* GitLab: https://gitlab.com/ix.ai/csp
* GitHub: https://github.com/ix-ai/csp
* GitLab Registry: https://gitlab.com/ix.ai/csp/container_registry
* Docker Hub: https://hub.docker.com/r/ixdotai/csp

0 comments on commit 0e6db96

Please sign in to comment.