Skip to content

Commit 10b6a3b

Browse files
committed
Update docker tag references to 0.3.0 in doc.
1 parent 9699eb6 commit 10b6a3b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/connector-compose-simple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
connector-wazuh:
3-
image: ghcr.io/misje/opencti-wazuh-connector:0.2.1
3+
image: ghcr.io/misje/opencti-wazuh-connector:0.3.0
44
restart: always
55
environment:
66
# A timezone is needed for datetime tools to work as expected:

docs/source/full-demo-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ services:
160160
max-size: 50m
161161

162162
connector-wazuh:
163-
image: ghcr.io/misje/opencti-wazuh-connector:0.2.1
163+
image: ghcr.io/misje/opencti-wazuh-connector:0.3.0
164164
restart: always
165165
environment:
166166
# A timezone is needed for datetime tools to work as expected:

docs/source/opencti-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ services:
160160
max-size: 50m
161161

162162
connector-wazuh:
163-
image: ghcr.io/misje/opencti-wazuh-connector:0.2.1
163+
image: ghcr.io/misje/opencti-wazuh-connector:0.3.0
164164
restart: always
165165
environment:
166166
# A timezone is needed for datetime tools to work as expected:

0 commit comments

Comments
 (0)