services: nginx: image: nginx:alpine container_name: server-nginx-test restart: unless-stopped ports: - "8081:80"