Skip to content

Commit 2ba65e8

Browse files
committed
Update versions in docker compose file.
1 parent 343ef54 commit 2ba65e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
44
qubic-http:
5-
image: ghcr.io/qubic/qubic-http:v0.5.0
5+
image: ghcr.io/qubic/qubic-http:v0.8.1
66
container_name: qubic-http
77
environment:
88
QUBIC_API_SIDECAR_SERVER_HTTP_HOST: "0.0.0.0:8000"
@@ -20,7 +20,7 @@ services:
2020
restart: always
2121

2222
qubic-nodes:
23-
image: ghcr.io/qubic/qubic-nodes:v1.0.2
23+
image: ghcr.io/qubic/qubic-nodes:v2.1.1
2424
container_name: qubic-nodes
2525
ports:
2626
- "127.0.0.1:8080:8080"
@@ -36,4 +36,4 @@ services:
3636
restart: always
3737

3838
networks:
39-
qubic:
39+
qubic:

0 commit comments

Comments
 (0)