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

14 lines
252 B
YAML
Raw Permalink Normal View History

2022-01-10 15:10:44 +00:00
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