Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Mar 4, 2020
1 parent 006cbfb commit 704df2c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,17 @@
### Commands for running container:

docker run -d -p 443:443 -p 1812:1812/udp -p 1813:1813/udp tier/eduroam-freeradius:3.0-20200221

The following environment variables can be overridden:

ENV DB_LOCATION=local \
DB_DRIVER=rlm_sql_mysql \
DB_DIALECT=mysql \
DB_HOST=localhost \
DB_PORT=3306 \
DB_ROOT_PWD=SuperStrongPassword \
DB_USER=radius \
DB_USER_PWD=SuperStrongPassword \
DB_NAME=radius \
ENV=dev \
USERTOKEN=nothing

0 comments on commit 704df2c

Please sign in to comment.