mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +02:00
9 lines
154 B
YAML
9 lines
154 B
YAML
apacheds:
|
|
image: vimagick/apacheds
|
|
ports:
|
|
- "10389:10389"
|
|
- "10636:10636"
|
|
volumes:
|
|
- ./data:/var/lib/apacheds
|
|
restart: unless-stopped
|