mirror of
https://github.com/fastapi-practices/fastapi_best_architecture.git
synced 2026-03-13 09:31:31 +08:00
Add port for fba sever in docker compose (#875)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user