version: '3.9' services: front: image: hugomods/hugo:latest ports: - "127.0.0.1:1313:1313" volumes: - ".:/src" command: > npm run dev