mytinytodo/docker/dev/mtt-php81-apache/compose.yml
Max Pozdeev 010a863713 add docker container with PHP 8.1
(cherry picked from commit 6d334770c7)
2022-01-11 22:23:32 +03:00

13 lines
252 B
YAML

version: "3.9"
services:
web:
build:
context: .
dockerfile: Dockerfile-web
image: mytinytodo-dev:php8.1-apache
container_name: ${PLATFORM_NAME}-web
ports:
- "8080:80"
volumes:
- ../../../src:/var/www/html