switch to php composer
This commit is contained in:
@@ -6,13 +6,13 @@ services:
|
||||
context: .
|
||||
dockerfile: ../.docker/php/Dockerfile
|
||||
container_name: elixforms-www
|
||||
working_dir: /app
|
||||
working_dir: /app/php
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
ports:
|
||||
- "8080:8000"
|
||||
volumes:
|
||||
- .:/app
|
||||
- ..:/app
|
||||
- ../.docker/php/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini
|
||||
#environment:
|
||||
# XDEBUG_MODE: debug
|
||||
|
||||
Reference in New Issue
Block a user