mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
Updating markdown files according to some users PRs
This commit is contained in:
@@ -38,7 +38,7 @@ version: '3'
|
||||
|
||||
services:
|
||||
|
||||
# your others services
|
||||
# your other services
|
||||
|
||||
gotenberg:
|
||||
image: thecodingmachine/gotenberg:6
|
||||
@@ -65,6 +65,7 @@ securityContext:
|
||||
## Cloud Run (Google Cloud)
|
||||
|
||||
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
|
||||
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
|
||||
are on the same level as the `index.html` file.
|
||||
|
||||
In others words, this will work:
|
||||
In other words, this will work:
|
||||
|
||||
```html
|
||||
<!doctype html>
|
||||
|
||||
@@ -37,7 +37,7 @@ version: '3'
|
||||
|
||||
services:
|
||||
|
||||
# your others services
|
||||
# your other services
|
||||
|
||||
gotenberg:
|
||||
image: thecodingmachine/gotenberg:6
|
||||
|
||||
Reference in New Issue
Block a user