We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 644b0b8 commit 6690678Copy full SHA for 6690678
1 file changed
README.md
@@ -1,5 +1,23 @@
1
# proxy2chブランチ
2
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
+
21
## 概要
22
23
[php8ブランチ](https://github.com/pen/docker-rep2/tree/php8)
0 commit comments