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 7608f17 commit 36c8278Copy full SHA for 36c8278
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.4'
+ image: 'nginx:1.25.0'
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.8.2'
+ image: 'gotenberg/gotenberg:7.8.3'
25
environment:
26
# Disable Open Office conversion
27
DISABLE_UNOCONV: 1
0 commit comments