Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.29 KB | None | 0 0
  1. version: '3'
  2. services:
  3.   apache:
  4.     build: images/apache
  5.     container_name: ms_marketplace_apache
  6.     ports:
  7.      - 80:80
  8.     expose:
  9.      - 9000
  10.     volumes:
  11.      - ./images/config/vhosts:/etc/apache2/sites-enabled
  12.       - ./../:${INTERNAL_WWW_PATH}
  13.     depends_on:
  14.      - php
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement