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