9 lines
151 B
YAML
9 lines
151 B
YAML
version: '3'
|
|
services:
|
|
backend:
|
|
build: ../../
|
|
volumes:
|
|
- './index.php:/var/www/index.php'
|
|
ports:
|
|
- '80:80'
|