1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:36 +02:00
dockerfiles/apacheds/README.md

14 lines
185 B
Markdown
Raw Normal View History

2019-09-27 11:54:30 +02:00
apacheds
========
```yaml
apacheds:
image: vimagick/apacheds
ports:
- "10389:10389"
- "10636:10636"
volumes:
- ./data:/var/lib/apacheds
restart: unless-stopped
```