feat: Adds host mount.
This commit is contained in:
@@ -8,16 +8,10 @@ services:
|
||||
ports:
|
||||
- 3100:3001
|
||||
volumes:
|
||||
- updtime_kuma_data:/app/data
|
||||
- ${DATA_MNT}:/app/data
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
updtime_kuma_data:
|
||||
driver: local
|
||||
labels:
|
||||
dev.housh.description: "Uptime-kuma data volume."
|
||||
|
||||
1
example.env
Normal file
1
example.env
Normal file
@@ -0,0 +1 @@
|
||||
DATA_MNT=/mnt # Host mount for uptime-kuma data directory.
|
||||
Reference in New Issue
Block a user