We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750cd5c commit a49eeecCopy full SHA for a49eeec
docker-compose.yml
@@ -12,7 +12,7 @@ services:
12
- ./:/srv/jekyll
13
# Nginx serves the static site on port 80, for Gotenberg and local developers
14
nginx:
15
- image: 'nginx:1.23.2'
+ image: 'nginx:1.23.3'
16
networks:
17
- jekyll_gotenberg
18
ports:
@@ -21,7 +21,7 @@ services:
21
- ./_site:/usr/share/nginx/html
22
# Gotenberg receives requests on port 3000
23
gotenberg:
24
- image: 'gotenberg/gotenberg:7.7.0'
+ image: 'gotenberg/gotenberg:7.8.0'
25
environment:
26
# Disable Open Office conversion
27
DISABLE_UNOCONV: 1
0 commit comments