services: mkdocs: container_name: mkdocs build: . restart: always ports: - "8000:8000" volumes: - "${PWD}:/docs" user: "${UID:-1000}:${GID:-1000}"