We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343ef54 commit 2ba65e8Copy full SHA for 2ba65e8
docker-compose.yml
@@ -2,7 +2,7 @@ version: '3'
2
3
services:
4
qubic-http:
5
- image: ghcr.io/qubic/qubic-http:v0.5.0
+ image: ghcr.io/qubic/qubic-http:v0.8.1
6
container_name: qubic-http
7
environment:
8
QUBIC_API_SIDECAR_SERVER_HTTP_HOST: "0.0.0.0:8000"
@@ -20,7 +20,7 @@ services:
20
restart: always
21
22
qubic-nodes:
23
- image: ghcr.io/qubic/qubic-nodes:v1.0.2
+ image: ghcr.io/qubic/qubic-nodes:v2.1.1
24
container_name: qubic-nodes
25
ports:
26
- "127.0.0.1:8080:8080"
@@ -36,4 +36,4 @@ services:
36
37
38
networks:
39
- qubic:
+ qubic:
0 commit comments