services: math-questions: build: . container_name: math-questions-app env_file: - .env restart: unless-stopped ports: - "8100:8100" # 外部访问 http://服务器IP:8100 # 使用默认 bridge 网络即可,这里就不单独配置 networks 了