Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs: add port example in ecosystem.config (#10076)
Browse files Browse the repository at this point in the history
  • Loading branch information
elzodxon committed Jan 19, 2023
1 parent 72b055b commit cb607b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/1.docs/1.getting-started/10.deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ module.exports = {
apps: [
{
name: 'NuxtAppName',
port: '3000',
exec_mode: 'cluster',
instances: 'max',
script: './.output/server/index.mjs'
Expand Down

0 comments on commit cb607b8

Please sign in to comment.