#-------------------------------------------------------------- # #. Tiny Static Web Server (writtren in Golang) 6MB # # Oject : test web server for MRZ # date : 2020.04.13 # author: ctxwing # #reference: "goStatic" #. : A really small static web server for Docker : 6MB.. 9 명 개발자 . 다운로드 5M+ . # [1] https://github.com/PierreZ/goStatic #. [2] https://hub.docker.com/r/pierrezemb/gostatic #. [3] https://hub.docker.com/r/pierrezemb/gostatic/dockerfile # author : ctxwing # #------------------------------------------------------------- # http : GoStatic # port : 7180 CnC Standard #------------------------------------------------------------- #------------------------------------------------------------- version: '3.6' services: gostatic: build: context: . dockerfile: ./Dockerfile_goStatic #container_name: ctx2_goStatic container_name: ctx3_goStatic ports: #- '60081:8043' - '60082:8043' #entrypoint: ./goStatic restart: always volumes: # host html doc root dir to container default /srv/http : refer above #2 #- ./HtmlDocRoot:/srv/http - ./:/srv/http