Skip to content

Commit 5166a50

Browse files
committed
Fixing majson and ojson sample docker compose files
1 parent 56d18dc commit 5166a50

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docker/src/main/resources/docker-compose/docker-compose-majson.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ services:
3737
restart: always
3838
environment:
3939
SPRING_PROFILES_ACTIVE: docker,majson,saml2
40+
LOADER_PATH: "/opt/syncope/conf,/opt/syncope/lib,/opt/syncope/jpa-json"
4041
DB_URL: jdbc:mariadb://db:3306/syncope?characterEncoding=UTF-8&relaxAutoCommit=true&useSSL=false
4142
DB_USER: root
4243
DB_PASSWORD: password

docker/src/main/resources/docker-compose/docker-compose-ojson.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ services:
3636
restart: always
3737
environment:
3838
SPRING_PROFILES_ACTIVE: docker,ojson,saml2
39+
LOADER_PATH: "/opt/syncope/conf,/opt/syncope/lib,/opt/syncope/jpa-json"
3940
DB_URL: jdbc:oracle:thin:@db:1521/XEPDB1
4041
DB_SCHEMA: SYNCOPE
4142
DB_USER: syncope

0 commit comments

Comments
 (0)