settings
This commit is contained in:
parent
e6c9b21447
commit
9d3f205b53
@ -5,7 +5,7 @@ RUN mkdir -p /www
|
||||
WORKDIR /www
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN cp settings.ini.example settings.ini
|
||||
RUN chmod +x start.sh
|
||||
RUN set -e; \
|
||||
apk add --no-cache --virtual .build-deps \
|
||||
|
@ -2,10 +2,11 @@ version: '3'
|
||||
services:
|
||||
ldap-python-webui:
|
||||
image: aitzol/ldap-webui:latest
|
||||
container_name : ldap-python-webui
|
||||
network_mode : host
|
||||
volumes:
|
||||
- ./data:/data:rw
|
||||
- ./settings.ini:/settings.ini
|
||||
- ./settings.ini:/www/settings.ini
|
||||
# - ./certs:/container/service/slapd/assets/certs:rw
|
||||
# - ./schema:/container/service/slapd/assets/config/bootstrap/schema/custom
|
||||
#ports:
|
||||
|
Loading…
Reference in New Issue
Block a user