pilot test: fix wrong port assignment
This commit is contained in:
parent
9f7c7d55ba
commit
1a8a81e27f
|
@ -25,6 +25,6 @@ services:
|
||||||
- EMAIL_BACKEND=${IDHUB_EMAIL_BACKEND}
|
- EMAIL_BACKEND=${IDHUB_EMAIL_BACKEND}
|
||||||
- SUPPORTED_CREDENTIALS=['FederationMembership', 'CourseCredential']
|
- SUPPORTED_CREDENTIALS=['FederationMembership', 'CourseCredential']
|
||||||
ports:
|
ports:
|
||||||
- 9021:9001
|
- 9041:9001
|
||||||
volumes:
|
volumes:
|
||||||
- ./idhub__pilot-test:/opt/idhub
|
- ./idhub__pilot-test:/opt/idhub
|
||||||
|
|
Reference in New Issue