Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Mar 4, 2020
1 parent abbd4ad commit 28068c4
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# eduroam-freeradius

<<<<<<< HEAD
### How to deploy the eduroam FreeRadius docker container on a docker-enabled host:

## Run the container directly:
Expand All @@ -22,22 +21,4 @@
## The Daloradius UI should now be accessible on port 443 (https) of the host (with a self-signed cert). Default creds are:
username: administrator
password: radius
=======
### 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
>>>>>>> 704df2c8edbfc851528f2856357e7e7dbda35586

0 comments on commit 28068c4

Please sign in to comment.