mirror of
https://github.com/kevinveenbirkenbach/coding-challenge-online-shop.git
synced 2024-11-01 00:53:10 +01:00
Removed volume mount which leaded to composer conflicts
This commit is contained in:
parent
a451482cab
commit
f1cf02a0ec
@ -15,8 +15,6 @@ services:
|
||||
container_name: php_web
|
||||
depends_on:
|
||||
- db
|
||||
volumes:
|
||||
- ./src/:/var/www/html/
|
||||
ports:
|
||||
- "8100:80"
|
||||
stdin_open: true
|
||||
|
Loading…
Reference in New Issue
Block a user