Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
args:
# see https://console.cloud.google.com/artifacts/docker/hoprassociation/europe-west3/docker-images/hoprd?inv=1&invt=AbqEGg&project=hoprassociation&pli=1
UPSTREAM_VERSION: >-
3.0.0@sha256:fa9764f5e9927094960f63dfb68dbf6cbc237210559a890f1effa29da6e92ecd
3.0.1@sha256:5a6a67212cbd2075f5c2ccae1afb6ab023e69e445083f0b1dd97683df408688c
ports:
- "1422:1422/udp"
- "1422:1422/tcp"
Expand Down Expand Up @@ -62,7 +62,7 @@ services:
build:
context: ./hopr-admin
image: >-
europe-west3-docker.pkg.dev/hoprassociation/docker-images/hopr-admin:3.0.3
europe-west3-docker.pkg.dev/hoprassociation/docker-images/hopr-admin:3.0.4
ports:
- "3000:4677"
restart: unless-stopped
Expand Down