mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-19 04:47:52 +00:00
12 lines
369 B
YAML
12 lines
369 B
YAML
# vim: set ft=yaml:
|
|
---
|
|
version: '2.3'
|
|
|
|
services:
|
|
|
|
# -----------------------------------------------------------------------------------------------
|
|
# PHP Community image
|
|
# -----------------------------------------------------------------------------------------------
|
|
php:
|
|
image: devilbox/php-fpm-community:${PHP_SERVER}-${PHP_COMMUNITY_FLAVOUR:-devilbox}
|