You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	apacheds
apacheds:
  image: vimagick/apacheds
  ports:
    - "10389:10389"
    - "10636:10636"
  volumes:
    - ./data:/var/lib/apacheds
  restart: unless-stopped