Skip to content

Commit 0ff94c9

Browse files
Change app port from 8000 to 3000 in docker-compose
1 parent f8b8875 commit 0ff94c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ services:
33
build:
44
context: .
55
ports:
6-
- "8000:8000"
6+
- "3000:3000"
77
volumes:
88
- ./data:/app/data
99
environment:
1010
- NODE_ENV=production
11-
- PORT=8000
11+
- PORT=3000

0 commit comments

Comments
 (0)