mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-06 17:15:38 -08:00
Minor alterations to ddevcontainer.
This commit is contained in:
@@ -15,9 +15,9 @@ services:
|
||||
security_opt: # Security options for the container
|
||||
- no-new-privileges:true # Prevent privilege escalation
|
||||
volumes:
|
||||
- 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)
|
||||
- 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user