mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-17 12:42:16 +01:00
Updating markdown files according to some users PRs
This commit is contained in:
@@ -38,7 +38,7 @@ version: '3'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
# your others services
|
# your other services
|
||||||
|
|
||||||
gotenberg:
|
gotenberg:
|
||||||
image: thecodingmachine/gotenberg:6
|
image: thecodingmachine/gotenberg:6
|
||||||
@@ -65,6 +65,7 @@ securityContext:
|
|||||||
## Cloud Run (Google Cloud)
|
## Cloud Run (Google Cloud)
|
||||||
|
|
||||||
If you're looking for cost savings, you might be interested by [Cloud Run](https://cloud.google.com/run).
|
If you're looking for cost savings, you might be interested by [Cloud Run](https://cloud.google.com/run).
|
||||||
|
However, according to some users, doing asynchronous conversion (with a webhook) might not working.
|
||||||
|
|
||||||
In the following examples, we will assume your
|
In the following examples, we will assume your
|
||||||
Gotenberg API is available at [http://localhost:3000](http://localhost:3000).
|
Gotenberg API is available at [http://localhost:3000](http://localhost:3000).
|
||||||
|
|||||||
@@ -157,7 +157,7 @@ You may also send additional files. For instance: images, fonts, stylesheets and
|
|||||||
The only requirement is to make sure that their paths
|
The only requirement is to make sure that their paths
|
||||||
are on the same level as the `index.html` file.
|
are on the same level as the `index.html` file.
|
||||||
|
|
||||||
In others words, this will work:
|
In other words, this will work:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ version: '3'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
# your others services
|
# your other services
|
||||||
|
|
||||||
gotenberg:
|
gotenberg:
|
||||||
image: thecodingmachine/gotenberg:6
|
image: thecodingmachine/gotenberg:6
|
||||||
|
|||||||
Reference in New Issue
Block a user