codeweek/docker-compose.yaml
csimonis d57870db96 kys
2024-09-17 14:03:09 +02:00

7 lines
122 B
YAML

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