Skip to content

Commit d0c9038

Browse files
author
Shriyansh Agnihotri
committed
Some update in docker
1 parent 96ae607 commit d0c9038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/compose.full.swarm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ services:
352352
exec uvicorn core.main.app_entry:app --host $${R2R_HOST} --port $${R2R_PORT}
353353
'
354354
volumes:
355-
- ${R2R_CONFIG_PATH:-/}:${R2R_CONFIG_PATH:-/app/config}
355+
- ./user_configs:/app/user_configs
356356
- hatchet_api_key:/hatchet_api_key:ro
357357
extra_hosts:
358358
- host.docker.internal:host-gateway

0 commit comments

Comments
 (0)