mytinytodo/docker/dev/mtt-php80-apache/compose.yml

13 lines
252 B
YAML

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