added exclusion, fixed time display
This commit is contained in:
+2
-2
@@ -9,14 +9,14 @@ services:
|
||||
# Linux VM: HOST_BROWSE_ROOT=/home/wnc
|
||||
# Windows Docker Desktop: HOST_BROWSE_ROOT=C:/Users
|
||||
# Then enter paths under /host/... in the dashboard settings.
|
||||
- HOST_BROWSE_ROOT=${HOST_BROWSE_ROOT:-C:/Users}
|
||||
- HOST_BROWSE_ROOT=${HOST_BROWSE_ROOT}
|
||||
- HOST_MOUNT_ROOT=/host
|
||||
volumes:
|
||||
- type: bind
|
||||
source: ./server
|
||||
target: /app
|
||||
- type: bind
|
||||
source: ${HOST_BROWSE_ROOT:-C:/Users}
|
||||
source: ${HOST_BROWSE_ROOT}
|
||||
target: /host
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
Reference in New Issue
Block a user