version: '3' services: nginx: image: docker.io/nginx volumes: - ./public:/usr/share/nginx/html:ro ports: - 8080:80 environment: - NGINX_PORT=80