mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-06 17:15:38 -08:00
break apart services, fix startup
This commit is contained in:
@@ -15,10 +15,10 @@ services:
|
||||
security_opt: # Security options for the container
|
||||
- no-new-privileges:true # Prevent privilege escalation
|
||||
volumes:
|
||||
- netalertx_config:/app/config # Store your NetAlertX config
|
||||
- netalertx_db:/app/db # Store your NetAlertX devices and settings
|
||||
- /etc/localtime:/etc/localtime:ro # Use your system clock inside the container (read-only)
|
||||
|
||||
- netalertx_config:/app/config:rw # Store your NetAlertX config
|
||||
- netalertx_db:/app/db:rw # Store your NetAlertX devices and settings
|
||||
- /etc/localtime:/etc/localtime:ro # Use your system clock inside the container (read-only)
|
||||
|
||||
# Additional Volume Examples below
|
||||
|
||||
# Use a custom Enterprise-configured nginx config for ldap or other settings
|
||||
|
||||
Reference in New Issue
Block a user