Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 898c302

Browse files
committed
Use nodemon -L in example app
1 parent e676c21 commit 898c302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer-tools/nodejs-debugging/app/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3"
33
services:
44
web:
55
build: .
6-
command: nodemon --inspect=0.0.0.0:5858
6+
command: nodemon -L --inspect=0.0.0.0:5858
77
volumes:
88
- .:/code
99
ports:

0 commit comments

Comments
 (0)