version: "2.4" services: hugo: build: context: . args: - HUGO_HOST=docker - HUGO_PORT=1313 ports: - 1313:1313 user: 1000:1000 volumes: - ./inc:/app