1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-18 04:59:16 +02:00
2019-09-27 18:25:36 +08:00
..
2019-09-27 18:25:36 +08:00
2019-09-27 18:25:36 +08:00
2019-09-27 18:25:36 +08:00
2019-09-27 18:25:36 +08:00

apacheds

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