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 23, 2024
1 parent 2f7ef55 commit 7baa035
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 7baa035

Please sign in to comment.