+fix docker-compose for docker CI

This commit is contained in:
xdrm-brackets 2018-02-19 15:38:39 +01:00
parent dd0f3253ee
commit b91f14f1c5
2 changed files with 1 additions and 0 deletions

0
.gitignore vendored Normal file → Executable file
View File

1
docker-compose.yml Normal file → Executable file
View File

@ -28,6 +28,7 @@ services:
- ./virtual/usr/local/etc/php-fpm.d/www.conf:/usr/local/etc/php-fpm.d/www.conf
- ./virtual/var/log/php-fpm:/var/log/php-fpm
- ./virtual/vhost:/vhost
- ./virtual/ci:/ci
expose:
- '9000'
links: