1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-14 11:23:02 +02:00
dockerfiles/apacheds/README.md
2019-09-27 18:25:36 +08:00

14 lines
185 B
Markdown

apacheds
========
```yaml
apacheds:
image: vimagick/apacheds
ports:
- "10389:10389"
- "10636:10636"
volumes:
- ./data:/var/lib/apacheds
restart: unless-stopped
```