Skip to content

Commit

Permalink
Update dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
superoo7 committed Jul 19, 2024
1 parent b90e532 commit 9fd7398
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
nano .env
```

2. Pull the docker images from https://hub.docker.com/r/johnsonchasm/chasm-scout
2. Pull the docker images from https://hub.docker.com/r/chasmtech/chasm-scout

```sh
docker pull johnsonchasm/chasm-scout:latest
docker pull chasmtech/chasm-scout:latest
```

3. Run the file

```sh
docker run -d --restart=always --env-file ./.env -p 3001:3001 --name scout johnsonchasm/chasm-scout
docker run -d --restart=always --env-file ./.env -p 3001:3001 --name scout chasmtech/chasm-scout
```

# Run docker from codebase
Expand Down
2 changes: 1 addition & 1 deletion script/publish_docker_hub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ fi


# Confirm
docker buildx build --platform linux/amd64,linux/arm64 -t johnsonchasm/chasm-scout:$VERSION -t johnsonchasm/chasm-scout:latest --push .
docker buildx build --platform linux/amd64,linux/arm64 -t chasmtech/chasm-scout:$VERSION -t chasmtech/chasm-scout:latest --push .

0 comments on commit 9fd7398

Please sign in to comment.