mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
/data and /tmp standarization
This commit is contained in:
@@ -13,13 +13,8 @@ services:
|
||||
|
||||
volumes:
|
||||
- type: volume
|
||||
source: netalertx_config
|
||||
target: /app/config
|
||||
read_only: false
|
||||
|
||||
- type: volume
|
||||
source: netalertx_db
|
||||
target: /app/db
|
||||
source: netalertx_data
|
||||
target: /data
|
||||
read_only: false
|
||||
|
||||
- type: bind
|
||||
@@ -45,5 +40,4 @@ services:
|
||||
max-file: "3"
|
||||
|
||||
volumes:
|
||||
netalertx_config:
|
||||
netalertx_db:
|
||||
netalertx_data:
|
||||
Reference in New Issue
Block a user