Skip to content

Commit

Permalink
[Fix] Fix css retrieval of graphdb
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Nov 20, 2023
1 parent 53fee97 commit 3bcc56d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/internal-auth/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ services:
build:
context: ./db-server
container_name: ${RECORD_SET_NAME:-rm}-db-server
environment:
GDB_JAVA_OPTS: -Dgraphdb.external-url=http://localhost:$PORT$RECORD_MANAGER_BASENAME/db-server
ports:
- "7200:7200"
restart: always
Expand Down

0 comments on commit 3bcc56d

Please sign in to comment.