mirror of
https://github.com/kevinveenbirkenbach/coding-challenge-online-shop.git
synced 2024-11-22 10:11:04 +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
|
container_name: php_web
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
volumes:
|
|
||||||
- ./src/:/var/www/html/
|
|
||||||
ports:
|
ports:
|
||||||
- "8100:80"
|
- "8100:80"
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
|
Loading…
Reference in New Issue
Block a user