Skip to content
Snippets Groups Projects
Commit 6a0fec58 authored by enured's avatar enured
Browse files

F17462: Documentation - new hint for docker-compose.yml refs #17462

parent 9b1052e5
No related branches found
No related tags found
2 merge requests!691New version v24.3.0,!667F17540: FE Chat v1.2
Pipeline #11778 passed
......@@ -463,7 +463,7 @@ Installation with Docker::
dpkg-reconfigure --frontend noninteractive tzdata
1.2(optional) If you are using wkhtmltopdf, you will need to manually install libssl1.1 in the docker file before wkhtmltopdf is installed. Reason: libssl1.1 is no longer included in Ubuntu 22.04:
1.2(optional) If you are using wkhtmltopdf, you will need to manually install libssl1.1 in the docker file before wkhtmltopdf is installed. Reason: libssl1.1 is no longer included in Ubuntu 22.04. Add:
# Manually install libssl1.1
RUN wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
RUN dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
......@@ -473,7 +473,7 @@ Installation with Docker::
CMD service php8.1-fpm start && service ssh start && nginx
3. Add new websocket port (8090) to nginx webserver in Dockerfile, example:
3. Add new websocket port (8090) to nginx webserver in Dockerfile (docker-compose.yml), example:
nginx:
image: webserver
build:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment