docker-scripts/linux/php/7.4/docker-compose.yml
2021-06-02 19:12:34 +03:00

7 lines
93 B
YAML

version: '3.9'
services:
app:
image: "epicmorg/php:php7.4"
build:
context: .