mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 17:56:53 +02:00
.. | ||
docker-compose.yml | ||
docker-entrypoint.sh | ||
Dockerfile | ||
README.md |
apacheds
apacheds:
image: vimagick/apacheds
ports:
- "10389:10389"
- "10636:10636"
volumes:
- ./data:/var/lib/apacheds
restart: unless-stopped