8 lines
103 B
YAML
8 lines
103 B
YAML
version: '2'
|
|
services:
|
|
web:
|
|
build: .
|
|
volumes:
|
|
- ./:/google-ads-php
|
|
- ~/:/root
|
|
|