Giter Site home page Giter Site logo

Docker 编译运行 404 about gonelist HOT 2 CLOSED

gonelist avatar gonelist commented on May 20, 2024
Docker 编译运行 404

from gonelist.

Comments (2)

zhangguanzhang avatar zhangguanzhang commented on May 20, 2024
[root@k8s-m1 gonelist]# cat config/config.json 
{
  "client_id": "e3fa9e12-b*************",
  "redirect_url": "https://xxxxxx.zhangguanzhang.com/auth",
  "client_secret": "b7E[yK**********************",
  "state": "23333",
  "server": {
    "port": 8000,
    "refresh_time": 10,
    "bind_global": true,
    "dist_path":"/etc/dist/",
    "folder_sub": "/"
  }
}
[root@k8s-m1 gonelist]# cat docker-compose.yml 
version: '3.4'
services:
  nginx:
    image: zhangguanzhang/gonelist:v0.3
    container_name: gonelist
    hostname: gonelist
    volumes:
      - /usr/share/zoneinfo/Asia/Shanghai:/etc/localtime:ro
      - ./config/:/etc/config/ #建议把配置文件放当前路径的config下面,不然挂载的是inode
    command:
      - '--conf=/etc/config/config.json'
    #network_mode: "host"
    ports:
      - 8081:8000
    logging:
      driver: json-file
      options:
        max-file: '3'
        max-size: 100m
[root@k8s-m1 gonelist]# 

from gonelist.

zhangguanzhang avatar zhangguanzhang commented on May 20, 2024
 "dist_path":"/etc/dist/",

from gonelist.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.