version: '3.8' services: docs: image: nginx:alpine container_name: konn3kt_docs ports: - "8708:80" volumes: - .:/usr/share/nginx/html:ro restart: unless-stopped