gamepad-viewer/docker-compose.yml
2020-08-17 17:09:57 +02:00

10 lines
151 B
YAML

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