优化LobeChat端口映射配置
This commit is contained in:
parent
ec217bc93b
commit
f625e6aa3a
|
@ -5,7 +5,7 @@ services:
|
||||||
container_name: lobe-network
|
container_name: lobe-network
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 3210 # LobeChat
|
- '3210:3210' # LobeChat
|
||||||
command: tail -f /dev/null
|
command: tail -f /dev/null
|
||||||
networks:
|
networks:
|
||||||
- lobe-network
|
- lobe-network
|
||||||
|
|
Loading…
Reference in New Issue