services: hugo-dev: build: . ports: - "1313:1313" volumes: - .:/app container_name: hugo-dev restart: unless-stopped