Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
changed variables in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
villadalmine committed Nov 15, 2016
1 parent 7d83564 commit 65673fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ RUN mkdir /opt/shared \
&& chmod +x /opt/autoexec/onbuild/*.sh

# Environment variables
ENV ADMIN_NAME "Scott"
ENV ADMIN_FAMILY "Koranda"
ENV ADMIN_USERNAME "scott.koranda@sphericalcowgroup.com"
ENV ADMIN_GIVEN_NAME "Scott"
ENV ADMIN_FAMILY_NAME "Koranda"
ENV ADMIN_EPPN "scott.koranda@sphericalcowgroup.com"
ENV COMANAGE_SERVER_FQDN "comanage.testbed.tier.internet2.edu"
ENV COMANAGE_MAIL_FROM "comanage_registry@picard.cgac.uwm.edu"
ENV COMANAGE_MAIL_HOST "localhost"
Expand Down

0 comments on commit 65673fb

Please sign in to comment.