Skip to content

Commit

Permalink
Merge pull request #413 from StargazerLabs/fix/docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ authored Aug 17, 2024
2 parents f2f98e9 + a706e81 commit 06baaac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ services:

ogmios:
image: cardanosolutions/ogmios:latest
build:
context: .
target: ogmios
cache_from: [cardanosolutions/ogmios:latest]
restart: on-failure
command: [
"--host", "0.0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion docs/content/getting-started/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Configuration files are available from within the image under `/config` in folde
Alternatively, you may use Docker's [compose](https://docs.docker.com/compose/) to run either Ogmios standalone, or an orchestration of cardano-node and Ogmios talking to each other. Compose is a handy tool to orchestrate multiple services packaged as containers. It works from a compose file which is available in the project repository, get it via:

```console
$ git clone --depth 1 [email protected]:cardanosolutions/ogmios.git
$ git clone --depth 1 --recursive --shallow-submodules [email protected]:cardanosolutions/ogmios.git
$ cd ogmios
```

Expand Down

0 comments on commit 06baaac

Please sign in to comment.