taohe009
taohe009
I mean, how do I add ad code to the homepage, how do I modify the homepage? Please teach me how.
customHTMLFiles: false # enable to have files placed in /customFiles/templates override the existing template html files I can never find where the files that are overridden in /customFiles/templates are? ?
> Sbplat 在他上面的评论中链接了他们! I used docker exec -it stirling-pdf /bin/bash to enter the container. After entering the container, I couldn't find the homepage I wanted to modify. How can I...
docker-compose.yml Is it correct to change the file to the following? services: stirling-pdf: image: frooodle/s-pdf:latest volumes: - /path/to/trainingData:/usr/share/tessdata - /path/to/stirling-pdf/src/main/resources/templates:/templates environment: - SYSTEM_CUSTOMHTMLFILES=true
- /root/Stirling-PDF/customFiles/templates:/templates Does this work?
I am a newbie and I don't know how to use Docker before. I used to build websites with PHP or create HTML on WWW. Can you explain it in...
version: '3.3' services: stirling-pdf: image: frooodle/s-pdf:latest ports: - '8080:8080' volumes: - ./path/to/trainingData:/usr/share/tessdata #Required for extra OCR languages - ./extraConfigs:/configs # - ./customFiles:/customFiles/ # - ./logs:/logs/ environment: - DOCKER_ENABLE_SECURITY=false - INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false...

> nnow if you edit those files it should show on application (cant remember if it needs restart) Can I only change the home.html file for the home page?
Could you help me check if my steps are correct? 1. Enter docker exec -it stirling-pdf /bin/bash 2. Install Git using the package manager: apk update apk add git 3....