Skip to content

Commit

Permalink
chore: fix docs container ports
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Apr 26, 2024
1 parent c7d9e64 commit c11b448
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,14 @@ link:https://github.com/restorecommerce/pdf-rendering-srv/blob/master/docs/modul

[source,sh]
----
docker run -d -p 50051:50051 -n pdf-rendering-srv ghcr.io/restorecommerce/pdf-rendering-srv
docker run -e NODE_ENV=production -d -p 50051:50051 -n pdf-rendering-srv ghcr.io/restorecommerce/pdf-rendering-srv
----

or

[source,sh]
----
docker run -d -p 50051:50062 -n pdf-rendering-srv ghcr.io/restorecommerce/pdf-rendering-srv
----

[#example_calls]
Expand Down

0 comments on commit c11b448

Please sign in to comment.