name: nginx-linkery services: client: image: nginx ports: - 9299:80 volumes: - ./site:/usr/share/nginx/html restart: always