浏览代码

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:

正在加载...
取消
保存