forked from wazuh/wazuh-docker
Nginx image has a wrong name
The nginx imageimage: wazuh/wazuh-nginx:3.9.5_7.3.0 doesn't exists, shall we use image: wazuh/wazuh-nginx:3.9.5_7.3.0-oss
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ services:
|
|||||||
- elasticsearch:elasticsearch
|
- elasticsearch:elasticsearch
|
||||||
- wazuh:wazuh
|
- wazuh:wazuh
|
||||||
nginx:
|
nginx:
|
||||||
image: wazuh/wazuh-nginx:3.9.5_7.3.0
|
image: wazuh/wazuh-nginx:3.9.5_7.3.0-oss
|
||||||
hostname: nginx
|
hostname: nginx
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user