We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964143b commit 70d90c2Copy full SHA for 70d90c2
docker-compose.yml
@@ -26,6 +26,8 @@ services:
26
context: .
27
dockerfile: Dockerfile
28
image: fba_server:latest
29
+ ports:
30
+ - "8001:8001"
31
container_name: fba_server
32
restart: always
33
# 如果你是 mysql 用户,应将 fba_postgres 修改为 fba_mysql
0 commit comments