Add port for fba sever in docker compose (#875)

This commit is contained in:
Wu Clan
2025-10-22 15:32:56 +08:00
committed by GitHub
parent 964143b30d
commit 70d90c2c01

View File

@@ -26,6 +26,8 @@ services:
context: .
dockerfile: Dockerfile
image: fba_server:latest
ports:
- "8001:8001"
container_name: fba_server
restart: always
# 如果你是 mysql 用户,应将 fba_postgres 修改为 fba_mysql