Skip to content

Commit 827ba9b

Browse files
committed
chore(dockerfiles): fix voconed docker image url
1 parent b910212 commit 827ba9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockerfiles/vocone/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22
gateway:
33
build:
44
context: ../../
5-
image: "ghcr.io/vocdoni/voconed:${IMAGE_TAG:-main}"
5+
image: "ghcr.io/vocdoni/vocdoni-node:${IMAGE_TAG:-main}"
66
entrypoint: "/app/voconed"
77
env_file: .env
88
volumes:

0 commit comments

Comments
 (0)