gamepad-viewer/docker-compose.yml
2025-03-26 18:27:05 +01:00

8 lines
109 B
YAML

services:
web:
image: nginx
ports:
- 8081:80
volumes:
- .:/usr/share/nginx/html:ro