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

16 lines
298 B
YAML
Raw Normal View History

version: "3.9"
services:
web:
build:
context: .
dockerfile: Dockerfile-web
image: mytinytodo-dev:php8.0-apache
container_name: ${PLATFORM_NAME}-web
ports:
- "8080:80"
2021-07-24 15:18:37 +00:00
environment:
- MTT_ENABLE_DEBUG=YES
volumes:
- ../../../src:/var/www/html