Fix comment (#780)

This commit is contained in:
guibescos 2023-04-25 12:57:54 -05:00 committed by GitHub
parent 794bd84c6f
commit 350f8fa089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -52,9 +52,9 @@ services:
build:
context: .
# Uncomment this line (and comment out the above lines) to use a prebuilt image. Replace <version>
# with the latest released image of the EVM price pusher from this repo release page:
# https://github.com/pyth-network/pyth-js/releases
# image: public.ecr.aws/pyth-network/xc-evm-price-pusher:v<version>
# with the latest released image of the price pusher from this repo release page:
# https://github.com/pyth-network/pyth-crosschain/releases
# image: public.ecr.aws/pyth-network/xc-price-pusher:v<version>
restart: always
command:
- "--"

View File

@ -52,9 +52,9 @@ services:
build:
context: .
# Uncomment this line (and comment out the above lines) to use a prebuilt image. Replace <version>
# with the latest released image of the EVM price pusher from this repo release page:
# https://github.com/pyth-network/pyth-js/releases
# image: public.ecr.aws/pyth-network/xc-evm-price-pusher:v<version>
# with the latest released image of the price pusher from this repo release page:
# https://github.com/pyth-network/pyth-crosschain/releases
# image: public.ecr.aws/pyth-network/xc-price-pusher:v<version>
restart: always
command:
- "--"