Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker: FreeRADIUS Configuration Files are Initialized Only Once #557

Open
pelandrun opened this issue Aug 27, 2024 · 0 comments
Open

Docker: FreeRADIUS Configuration Files are Initialized Only Once #557

pelandrun opened this issue Aug 27, 2024 · 0 comments

Comments

@pelandrun
Copy link

Description:
Freeradius config files are not initializated by init-freeradius.sh after docker compose down

To Reproduce

testuser@testhost:~/daloradius$ docker compose up -d
[+] Running 3/3
✔ Container radius-mysql Started 0.3s
✔ Container radius Started 0.7s
✔ Container radius-web Started 1.0s
testuser@testhost:~/daloradius$ docker compose down
[+] Running 4/4
✔ Container radius-web Removed 10.5s
✔ Container radius Removed 10.6s
✔ Container radius-mysql Removed 0.5s
✔ Network daloradius_default Removed 0.4s
testuser@testhost:~/daloradius$ docker compose up -d
[+] Running 4/4
✔ Network daloradius_default Created 0.2s
✔ Container radius-mysql Started 0.6s
✔ Container radius Started 1.0s
✔ Container radius-web Started 1.3s

Expected behavior
The init-freeradius.sh script should initialize the FreeRADIUS configuration files every time the container is instantiated, not just the first time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant