Updating markdown files according to some users PRs

This commit is contained in:
Julien Neuhart
2020-05-01 12:58:11 +02:00
parent 1767f371f7
commit e80f5939b2
3 changed files with 4 additions and 3 deletions

View File

@@ -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).

View File

@@ -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>

View File

@@ -37,7 +37,7 @@ version: '3'
services: services:
# your others services # your other services
gotenberg: gotenberg:
image: thecodingmachine/gotenberg:6 image: thecodingmachine/gotenberg:6