azubis/websites/3/compose.yml
2025-02-28 12:50:39 +01:00

9 lines
156 B
YAML

services:
app:
image: nginx:latest
volumes:
- ./webroot:/usr/share/nginx/html:ro
ports:
- 8080:80
- 8081:80
- 8082:80