Removed volume mount which leaded to composer conflicts

This commit is contained in:
Kevin Frantz 2018-07-25 23:18:00 +02:00
parent a451482cab
commit f1cf02a0ec
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@ services:
container_name: php_web
depends_on:
- db
volumes:
- ./src/:/var/www/html/
ports:
- "8100:80"
stdin_open: true