gamepad-viewer/docker-compose.yml
2020-06-17 10:45:31 +02:00

10 lines
151 B
YAML

version: "3.3"
services:
web:
image: nginx
ports:
- 8080:80
volumes:
- .:/usr/share/nginx/html:ro