services: webserver: image: nginx:alpine container_name: hello-webserver ports: - "8081:80" restart: unless-stopped