Sign inSign up

systemsome/80h5

By systemsome

Updated 7 months ago

80款H5小游戏

Image
2

10K+

systemsome/80h5 repository overview

services:
  80h5-game:                        
    container_name: 80h5            
    image: systemsome/80h5:26.02.07
         # ghcr.io/liangminmx/80h5:latest  
    restart: always                  
    ports:
      - "9981:3080/tcp"              # 游戏访问端口
      - "9982:80/tcp"             
    environment:
      # 以下环境变量用于 NGINX 构建或运行时配置
      NGINX_VERSION: "1.27.4"
      PKG_RELEASE: "1"
      DYNPKG_RELEASE: "1"
      NJS_VERSION: "0.8.9"
      NJS_RELEASE: "1"
    privileged: true                 # 赋予特权模式(允许容器执行低级系统操作)
    entrypoint:
      - /usr/sbin/nginx              # 大多数容器镜像是以 NGINX 启动为主进程
      - "-g"
      - "daemon off;"                # 让 NGINX 在前台运行(Docker 容器需要)

Tag summary

Content type

Image

Digest

sha256:17c8a014f

Size

119.5 MB

Last updated

7 months ago

docker pull systemsome/80h5:26.02.07