dream-num / LuckysheetServerStarter

LuckysheetServer docker deployment startup template
Apache License 2.0
116 stars 51 forks source link

额外问题--nginx改映射端口 #2

Closed andrew7baker closed 3 years ago

andrew7baker commented 3 years ago

由于本机 80端口冲突。将docker-compose.yml 文件中的端口改为8088

nginx: image: nginx:latest

restart: always

container_name: nginx environment:

  • TZ=Asia/Shanghai ports:
  • "8088:80"

image

加载首页 http://tx-sh2:8088 时候报: http://tx-sh2:8088/luckysheet/api/load Failed to load resource: the server responded with a status of 404 (Not Found) 错误。 请问该如何修改配置文件

andrew7baker commented 3 years ago

问题已解决。