Skip to content

Commit

Permalink
fix(docker-compose): correct core service image tag PE-5196
Browse files Browse the repository at this point in the history
I accidentally copy-pasta'ed the Envoy image version for the core
service.
  • Loading branch information
djwhitt committed Dec 13, 2023
1 parent bc24b08 commit 8e19088
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- observer

core:
image: ghcr.io/ar-io/ar-io-core:${CORE_IMAGE_TAG:-312a2efbe092934906ab66f5b840951e51b5bfd9}
image: ghcr.io/ar-io/ar-io-core:${CORE_IMAGE_TAG:-bc24b0856578313918afa8f515ebdf7ff613a96f}
build:
context: .
restart: on-failure:5
Expand Down
4 changes: 0 additions & 4 deletions scripts/codedeploy/app-start
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@

cd /opt/ar-io-node

if [ "$(docker ps -q)" ]; then
docker-compose down
fi

# TODO use a pre-built image
docker-compose up -d

0 comments on commit 8e19088

Please sign in to comment.