Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JackReevies authored Sep 12, 2023
1 parent 086dadc commit cbd97ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cftlib/lib/runtime/compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ services:
LAUNCH_DARKLY_CLIENT_ID: "${XUI_LD_ID:-5de6610b23ce5408280f2268}"
SERVICES_ROLE_ASSIGNMENT_API: http://${JVM_HOST:-host.docker.internal}:4096
HEALTH_ROLE_ASSIGNMENT_API: http://${JVM_HOST:-host.docker.internal}:4096/health
SERVICES_PRD_COMMONDATA_API: "${SERVICES_PRD_COMMONDATA_API}"
SERVICES_PRD_COMMONDATA_API: ${SERVICES_PRD_COMMONDATA_API}
ports:
- ${XUI_PORT:-3000}:3000
extra_hosts:
Expand Down

0 comments on commit cbd97ed

Please sign in to comment.