Skip to content

Commit 6690678

Browse files
committed
update README.md
1 parent 644b0b8 commit 6690678

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# proxy2chブランチ
22

3+
## docker-compose.yml
4+
```yaml
5+
services:
6+
rep2px2c:
7+
restart: always
8+
image: ebith/rep2:px2c
9+
volumes:
10+
- $PWD:/ext
11+
ports:
12+
- '10090:80'
13+
environment:
14+
PX2C_ACCEPT_CONNECT: 1
15+
PX2C_FORCE_HTTPS: 1
16+
PX2C_MANAGE_BBSCGI_COOKIES: 1
17+
PX2C_BBSCGI_FIX_TIMESTAMP: 1
18+
PX2C_BBSCGI_CONFIRMATION: skip
19+
```
20+
321
## 概要
422
523
[php8ブランチ](https://github.com/pen/docker-rep2/tree/php8)

0 commit comments

Comments
 (0)