Skip to content

Commit 861d354

Browse files
doc: update docs/docker-compose.md (jaywcjlove#656)
1 parent 5708867 commit 861d354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docker-compose.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ ports:
285285
- "3000-3005"
286286
# 将容器的端口 8000 映射到主机的端口 8000
287287
- "8000:8000"
288-
# 将容器的端口范围从 90909091 映射到主机的端口范围从 80808081
288+
# 将容器的端口范围从 80808081 映射到主机的端口范围从 90909091
289289
- "9090-9091:8080-8081"
290290
# 将容器的端口 22(SSH端口)映射到主机的端口 49100
291291
- "49100:22"

0 commit comments

Comments
 (0)