ldap-python-webui/docker-compose.yaml

16 lines
432 B
YAML
Raw Normal View History

2023-04-17 05:26:22 +02:00
version: '3'
services:
ldap-python-webui:
image: aitzol/ldap-webui:latest
2023-04-19 12:54:05 +02:00
container_name : ldap-python-webui
2023-04-18 17:17:27 +02:00
network_mode : host
2023-04-17 05:26:22 +02:00
volumes:
2023-04-23 15:04:05 +02:00
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
- ./data:/www/data:rw
2023-04-23 11:22:48 +02:00
- ./session:/www/session:rw
2023-04-19 12:54:05 +02:00
- ./settings.ini:/www/settings.ini
2023-04-17 05:26:22 +02:00
environment:
LDAP_ADMIN_PASSWORD: "admin"
LDAP_READONLY_PASSWORD: "readonly"