瀏覽代碼

add new volume to mount laravel-apache config file

master
Soekarmana 6 年之前
父節點
當前提交
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:

Loading…
取消
儲存