gamepad-viewer/docker-compose.yml
2025-04-23 20:21:18 -04:00

8 lines
135 B
YAML

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