Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiesun committed Jun 29, 2023
2 parents e21cfa5 + 7acd667 commit 72728bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions assets/buildinfo.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
BuildVersion=latest v8.0.1 2023-06-24 15:00:26
BuildVersion=latest v8.0.1 2023-06-29 16:23:51
ReleaseVersion=v8.0.1
BuildTime=2023-06-24 15:00:26
BuildTime=2023-06-29 16:23:51
BuildName=toughradius
CommitID=216df7c6440fe96233e369538a8ced20c9c5df12
CommitDate=Sat, 24 Jun 2023 14:44:31 +0800
CommitID=42fd7f94f2e4cec5769388a5ce59a42fec38ecf3
CommitDate=Thu, 29 Jun 2023 16:23:46 +0800
[email protected]
CommitSubject=2023-06-24 14:44:15 : freeradius doc
CommitSubject=fix docker-compose config
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
toughradius:
depends_on:
- 'pgdb'
image: ca17/toughradius:latest
image: talkincode/toughradius:latest
container_name: "toughradius"
restart: always
ports:
Expand All @@ -33,7 +33,7 @@ services:
environment:
- GODEBUG=x509ignoreCN=0
- TOUGHRADIUS_SYSTEM_DEBUG=off
- TOUGHRADIUS_DB_HOST=tsdb
- TOUGHRADIUS_DB_HOST=pgdb
- TOUGHRADIUS_DB_NAME=toughradius
- TOUGHRADIUS_DB_USER=toughradius
- TOUGHRADIUS_DB_PWD=toughradius
Expand Down

0 comments on commit 72728bc

Please sign in to comment.