Skip to content

Commit bb3e9c1

Browse files
1oca1h0stMecozea
authored andcommitted
fix: docker-compose.yml文件的env变量typo修复
1 parent d63ad37 commit bb3e9c1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docker-compose-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docker-compose-v6-create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docker-compose-v6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)