Skip to content

Commit e36239f

Browse files
committed
Update docs about custom images
1 parent 808efee commit e36239f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/howto/custom_images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Depending on the service you need to use a custom image, you need to set a diffe
4646

4747
Following the example of elastic-agent, it is required to define the `ELASTICSEARCH_IMAGE_REF_OVERRIDE` environment variable before running `elastic-package stack up`:
4848
```
49-
export ELASTIC_AGENT_IMAGE_REF="docker.elastic.co/beats/elastic-agent-complete:8.8.2-SNAPSHOT-test"
50-
elastic-package stack up -v -d --version 8.8.0-SNAPSHOT
49+
export ELASTIC_AGENT_IMAGE_REF_OVERRIDE="docker.elastic.co/beats/elastic-agent-complete:8.8.2-SNAPSHOT-test"
50+
elastic-package stack up -v -d --version 8.8.2-SNAPSHOT
5151
```
5252

5353
Once the Elastic stack is running, you can check that the docker image used for the elastic-agent image is now the one it was built:

0 commit comments

Comments
 (0)