littlelink/docker/compose.yaml
2025-03-17 13:18:40 -04:00

11 lines
185 B
YAML

services:
web:
build:
context: ..
dockerfile: docker/Dockerfile
ports:
- "8080:80"
volumes:
- ..:/usr/share/nginx/html
restart: unless-stopped