8 lines
157 B
YAML
8 lines
157 B
YAML
services:
|
|
|
|
server-php:
|
|
image: ${FRANKENPHP_VERSION}
|
|
|
|
volumes:
|
|
- ./www:/app
|
|
- ./host/frankenphp/conf/Caddyfile:/etc/frankenphp/Caddyfile |