Update port

This commit is contained in:
TheMaddax 2024-11-27 12:07:51 -06:00
parent 1a147cefde
commit a7345c80a2

View file

@ -6,7 +6,7 @@ services:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
ports: ports:
- "3000:3000" - "805:3000"
environment: environment:
- NODE_ENV=production - NODE_ENV=production
restart: unless-stopped restart: unless-stopped