Skip to content
forked from pen/docker-rep2

open774/p2-phpのコンテナ化

License

Notifications You must be signed in to change notification settings

ebith/docker-rep2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

112 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized rep2

  • PHP 8.5 (JIT有効)
  • Alpine Linux 3.23
  • Composer 2.9 (composer.json)
  • proxy2ch Version 20250614
  • 2chproxy.plの削除
  • Alpine Linux 3.20以降パッケージが無くなったH2Oをビルド

docker-compose.yml

services:
  rep2:
    restart: always
    image: ebith/rep2:latest
    volumes:
      - $PWD:/ext
    ports:
      - '10090:80'
    environment:
      PX2C_ACCEPT_CONNECT: 1
      PX2C_FORCE_HTTPS: 1
      PX2C_MANAGE_BBSCGI_COOKIES: 1
      PX2C_BBSCGI_FIX_TIMESTAMP: 1
      PX2C_BBSCGI_CONFIRMATION: skip
      PX2C_KEYSTORE: keystore.json

About

open774/p2-phpのコンテナ化

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dockerfile 59.0%
  • Shell 41.0%