Skip to content

Commit 8a877ba

Browse files
author
Matija Petrunic
committed
Fix default backend local port
1 parent 648925e commit 8a877ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
- .:/usr/app
1414
- node_modules:/usr/app/node_modules
1515
ports:
16-
- "${BACKEND_LOCAL_PORT:-3001}:${SERVER_PORT:-3000}"
16+
- "${BACKEND_LOCAL_PORT:-3000}:${SERVER_PORT:-3000}"
1717
- "${DEBUG_PORT:-56745}:56745"
1818
db:
1919
image: postgres:12-alpine

0 commit comments

Comments
 (0)