Skip to content

Commit

Permalink
Small doc fix
Browse files Browse the repository at this point in the history
Former-commit-id: d26dd4b
  • Loading branch information
dboreham authored May 9, 2023
1 parent 1852d7d commit a93fa93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/data/stacks/kubo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ If running in the cloud, visit `IP:5001/webui` and you'll likely see this error:

1. Get the container name with `docker ps`:

2. Go into the container (replace with your container name):
2. Go into the container:

```
docker exec -it laconic-dbbf5498fd7d322930b9484121a6a5f4-ipfs-1 sh
laconic-so --stack kubo deploy exec ipfs sh
```

3. Enable CORS as described in point 2 of the error message. Copy/paste/run each line in sequence, then run `exit` to exit the container.
Expand Down

0 comments on commit a93fa93

Please sign in to comment.