Fix comment (#780)
This commit is contained in:
parent
794bd84c6f
commit
350f8fa089
|
@ -52,9 +52,9 @@ services:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
# Uncomment this line (and comment out the above lines) to use a prebuilt image. Replace <version>
|
# 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:
|
# with the latest released image of the price pusher from this repo release page:
|
||||||
# https://github.com/pyth-network/pyth-js/releases
|
# https://github.com/pyth-network/pyth-crosschain/releases
|
||||||
# image: public.ecr.aws/pyth-network/xc-evm-price-pusher:v<version>
|
# image: public.ecr.aws/pyth-network/xc-price-pusher:v<version>
|
||||||
restart: always
|
restart: always
|
||||||
command:
|
command:
|
||||||
- "--"
|
- "--"
|
||||||
|
|
|
@ -52,9 +52,9 @@ services:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
# Uncomment this line (and comment out the above lines) to use a prebuilt image. Replace <version>
|
# 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:
|
# with the latest released image of the price pusher from this repo release page:
|
||||||
# https://github.com/pyth-network/pyth-js/releases
|
# https://github.com/pyth-network/pyth-crosschain/releases
|
||||||
# image: public.ecr.aws/pyth-network/xc-evm-price-pusher:v<version>
|
# image: public.ecr.aws/pyth-network/xc-price-pusher:v<version>
|
||||||
restart: always
|
restart: always
|
||||||
command:
|
command:
|
||||||
- "--"
|
- "--"
|
||||||
|
|
Loading…
Reference in New Issue