mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: switch to using gotenberg "latest" tag
This commit is contained in:
parent
4e581bae99
commit
644fb1ef43
@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
gotenberg:
|
gotenberg:
|
||||||
image: gotenberg/gotenberg:8.15.3
|
image: gotenberg/gotenberg:latest
|
||||||
container_name: gotenberg
|
container_name: gotenberg
|
||||||
environment:
|
environment:
|
||||||
# NOTE: requires the --api-enable-basic-auth option in "command"
|
# NOTE: requires the --api-enable-basic-auth option in "command"
|
||||||
|
@ -1199,7 +1199,7 @@ export const templates: TemplateData[] = [
|
|||||||
{
|
{
|
||||||
id: "gotenberg",
|
id: "gotenberg",
|
||||||
name: "Gotenberg",
|
name: "Gotenberg",
|
||||||
version: "v8.15.3",
|
version: "latest",
|
||||||
description:
|
description:
|
||||||
"Gotenberg is a Docker-powered stateless API for PDF files.",
|
"Gotenberg is a Docker-powered stateless API for PDF files.",
|
||||||
logo: "gotenberg.png",
|
logo: "gotenberg.png",
|
||||||
|
Loading…
Reference in New Issue
Block a user