chore: Update port to 8558
This commit is contained in:
parent
8741e3b89f
commit
b78f2b188a
1 changed files with 1 additions and 1 deletions
|
|
@ -7,6 +7,6 @@ services:
|
||||||
container_name: kv-pix
|
container_name: kv-pix
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "3001:3000"
|
- "8558:3000"
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue