mirror of https://github.com/escalate/hugo-split-theme.git

Felix Boerner
31.22.2024 90e0fe6a0826ee61cd65cba9869aaea29df5808f
tests/exampleSiteWithVideo/docker-compose.mobile.yml
@@ -5,7 +5,7 @@
      - type: bind
        source: ../../../
        target: /src
    command: ["hugo", "server", "--logLevel=info", "--bind=0.0.0.0", "--baseURL=http://hugo", "--disableLiveReload", "--source=/src/hugo-split-theme/tests/exampleSiteWithVideo", "--themesDir=/src"]
    command: ["hugo", "server", "--environment=production", "--logLevel=info", "--bind=0.0.0.0", "--baseURL=http://hugo", "--disableLiveReload", "--source=/src/hugo-split-theme/tests/exampleSiteWithVideo", "--themesDir=/src"]
    ports:
      - "1313:1313"