File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ services:
77 container_name : nodepassdash
88 ports :
99 - " 4000:3000"
10- # enenvironment :
10+ # environment :
1111 # - PORT=3000
1212 # - LOG-LEVEL=INFO
1313 # - TLS_CERT=/path/to/cert.pem
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services:
55 container_name : nodepassdash
66 ports :
77 - " 3000:3000" # 整合的Next.js应用
8- # enenvironment :
8+ # environment :
99 # - PORT=3000
1010 # - LOG-LEVEL=INFO
1111 # - TLS_CERT=/path/to/cert.pem
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services:
55 container_name : nodepassdash
66 ports :
77 - " 3000:3000" # 整合的Next.js应用
8- # enenvironment :
8+ # environment :
99 # - PORT=3000
1010 # - LOG-LEVEL=INFO
1111 # - TLS_CERT=/path/to/cert.pem
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services:
66 # network_mode: "host" # 如需要ipv6,可考虑使用host模式
77 ports :
88 - " 3000:3000" # 整合的Next.js应用
9- # enenvironment :
9+ # environment :
1010 # - PORT=3000
1111 # - LOG-LEVEL=INFO
1212 # - TLS_CERT=/path/to/cert.pem
You can’t perform that action at this time.
0 commit comments