Sign inSign up

ihnic/api_server

By ihnic

Updated about 3 years ago

api_server for Docker

Image
0

993

ihnic/api_server repository overview

API Server for Docker

此项目为自建API服务,其他人基本用不上

默认账号密码:admin

version: '3.3'
services:
    api_server:
        restart: always
        network_mode: bridge
        container_name: api_server
        volumes:
            - ${dir}/config:/config
        ports:
            - 5010:5010
        image: nicholastzw/api_server:latest

Tag summary

Content type

Image

Digest

sha256:dac91a38c

Size

26.2 MB

Last updated

about 3 years ago

docker pull ihnic/api_server