Skip to content

Commit

Permalink
[docs] Update docker compose image name (#225)
Browse files Browse the repository at this point in the history
The docs about using docker  compose for libre tuya had an error.
When setting what image to use in compose you dont have to put docker pull, just the image you are going to use
  • Loading branch information
GerardPolloRebozado authored Dec 25, 2023
1 parent eed39c9 commit bad2ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/projects/esphome.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If your board isn't listed, use one of the **Generic** boards, depending on the
services:
esphome:
container_name: esphome-libretiny
image: docker pull ghcr.io/libretiny-eu/libretiny-esphome-docker:latest
image: ghcr.io/libretiny-eu/libretiny-esphome-docker:latest
volumes:
- ./configs:/config:rw # (1)!
- /etc/localtime:/etc/localtime:ro
Expand Down

0 comments on commit bad2ffd

Please sign in to comment.