Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Jan 26, 2022
1 parent ad5ce76 commit d727e9d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docker/persistent-chains/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ services:
# OPTIONAL: Rebuild cheq-node Docker image, if you want build your own
# Default is to pull in the pre-published image on GitHub Container Registry
# SYNTAX: docker compose --env-file docker/persistent-chains/docker-compose.env -f docker/persistent-chains/docker-compose.yml build --no-cache
build:
context: ../..
dockerfile: docker/Dockerfile
target: node
args:
CHEQD_HOME_DIR: ${CHEQD_HOME_DIR}
UID: ${UID}
GID: ${GID}
# build:
# context: ../..
# dockerfile: docker/Dockerfile
# target: node
# args:
# CHEQD_HOME_DIR: ${CHEQD_HOME_DIR}
# UID: ${UID}
# GID: ${GID}
user: cheqd
configs:
- source: genesis
Expand Down

0 comments on commit d727e9d

Please sign in to comment.