Browse Source

add new volume to mount laravel-apache config file

master
Soekarmana 5 years ago
parent
commit
47013efbf3
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      docker-compose.yaml

+ 1
- 0
docker-compose.yaml View File

@ -7,6 +7,7 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
volumes: volumes:
- ./www:/var/www - ./www:/var/www
- ./apache-laravel.conf:/etc/apache2/sites-enabled/000-default.conf
ports: ports:
- "8888:80" - "8888:80"
links: links:

Loading…
Cancel
Save