codeweek/docker-compose.yaml

7 lines
122 B
YAML
Raw Normal View History

2024-09-17 12:03:09 +00:00
services:
webserver:
image: webdevops/php-nginx:8.3-alpine
ports:
- '8080:80'
volumes:
- ./:/app