Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

apacheds

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