mirror of
https://github.com/smittix/intercept.git
synced 2026-07-24 00:48:11 -07:00
temporarily commented out ./data bind mount so compose could run
This commit is contained in:
+2
-2
@@ -13,9 +13,9 @@ services:
|
|||||||
# USB device mapping (alternative to privileged mode)
|
# USB device mapping (alternative to privileged mode)
|
||||||
# devices:
|
# devices:
|
||||||
# - /dev/bus/usb:/dev/bus/usb
|
# - /dev/bus/usb:/dev/bus/usb
|
||||||
volumes:
|
# volumes:
|
||||||
# Persist data directory
|
# Persist data directory
|
||||||
- ./data:/app/data
|
# - ./data:/app/data
|
||||||
# Optional: mount logs directory
|
# Optional: mount logs directory
|
||||||
# - ./logs:/app/logs
|
# - ./logs:/app/logs
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user