juju.re/docker-compose.yml
2021-12-09 17:02:31 +01:00

11 lines
158 B
YAML

version: "3.3"
services:
nginx:
restart: always
image: nginx:1.21.4
ports:
- "8000:80"
volumes:
- ./html:/usr/share/nginx/html