diff --git a/docker-compose.yaml b/docker-compose.yaml index 58eeff7..e0ba1c8 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,15 +1,14 @@ x-base: &base - image: hugomods/hugo:ci-0.128.0 + image: hugomods/hugo:ci-0.138.0 volumes: - .:/src - services: status: - <<: *base + !!merge <<: *base ports: - 1313:1313 command: "hugo serve --bind 0.0.0.0 --cleanDestinationDir --disableFastRender --printPathWarnings --printMemoryUsage --noHTTPCache" build: - <<: *base + !!merge <<: *base profiles: - donotstart