Skip to content
Permalink
5.17.0
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@mchyzer
Latest commit 2439090 Mar 28, 2023 History
1 contributor

Users who have contributed to this file

executable file 17 lines (15 sloc) 666 Bytes
#!/bin/bash
docker run -d -p 8081:8080 --name my-grouper \
-e GROUPER_UI_GROUPER_AUTH=true \
-e GROUPER_SELF_SIGNED_CERT=true \
-e GROUPER_AUTO_DDL_UPTOVERSION='v5.*.*' \
-e GROUPER_UI_CONFIGURATION_EDITOR_SOURCEIPADDRESSES='0.0.0.0/0' \
-e GROUPERSYSTEM_QUICKSTART_PASS=pass \
-e GROUPER_UI=true \
-e GROUPER_DATABASE_URL=jdbc:postgresql://docker.for.mac.localhost:5433/grouper?currentSchema=public \
-e GROUPER_DATABASE_USERNAME=grouper \
-e GROUPER_DATABASE_PASSWORD=pass \
-e GROUPER_LOG_TO_HOST=true \
-e ENV="foo(2)" \
-e USERTOKEN=myUserToken \
my-grouper:latest ui