codeweek/docker-compose.yaml
2024-09-17 14:04:24 +02:00

7 lines
122 B
YAML

services:
webserver:
image: webdevops/php-nginx:8.3-alpine
ports:
- '8080:80'
volumes:
- ./:/app