fix
This commit is contained in:
@@ -5,5 +5,13 @@ RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends freeradius-postgresql \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Default command preserved by base image
|
||||
# Copy configuration overrides
|
||||
COPY --chown=root:freerad clients.conf /etc/freeradius/clients.conf
|
||||
COPY --chown=root:freerad mods-available/ /etc/freeradius/mods-available/
|
||||
COPY --chown=root:freerad mods-enabled/ /etc/freeradius/mods-enabled/
|
||||
COPY --chown=root:freerad sites-enabled/ /etc/freeradius/sites-enabled/
|
||||
|
||||
# Ensure world-readable configs
|
||||
RUN chmod -R a+r /etc/freeradius
|
||||
|
||||
# Default command preserved by base image
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
client unifi {
|
||||
ipaddr = 0.0.0.0/0
|
||||
ipaddr = 192.168.87.0/24
|
||||
secret = tamosbien
|
||||
require_message_authenticator = no
|
||||
nastype = other
|
||||
|
||||
Reference in New Issue
Block a user