소스 검색

add new volume to mount laravel-apache config file

master
Soekarmana 5 년 전
부모
커밋
47013efbf3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      docker-compose.yaml

+ 1
- 0
docker-compose.yaml 파일 보기

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

불러오는 중...
취소
저장