services: cg1: image: nginx:alpine volumes: - ./public:/usr/share/nginx/html:ro ports: - "8080:80"