mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-03 05:23:14 +00:00
Added Persistent Volume for NGINX
Nginx should also have a persistent option, so that the .htaccess file gets saved correctly. It also enables the file to be easily edited because the nginx container has no vi or nano.
This commit is contained in:
@@ -89,6 +89,8 @@ services:
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
# volumes:
|
||||
# - my-path:/etc/nginx/conf.d:Z
|
||||
networks:
|
||||
- docker_elk
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user