mytinytodo/docker/dev/mtt-php81-apache/compose.yml
2022-01-10 18:10:44 +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