remove browse, add image
This commit is contained in:
+3
-5
@@ -4,12 +4,10 @@ services:
|
||||
container_name: dashboard-backend
|
||||
ports:
|
||||
- "3001:3001"
|
||||
environment:
|
||||
- BROWSE_ROOTS=/host
|
||||
volumes:
|
||||
- ./server:/app
|
||||
# Host file browsing root inside container (adjust HOST_BROWSE_ROOT if needed)
|
||||
- ${HOST_BROWSE_ROOT:-C:/Users}:/host
|
||||
- type: bind
|
||||
source: ./server
|
||||
target: /app
|
||||
restart: unless-stopped
|
||||
|
||||
frontend:
|
||||
|
||||
Reference in New Issue
Block a user