We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b4c03 commit b4c1bb2Copy full SHA for b4c1bb2
docker-compose.yml
@@ -1,19 +1,18 @@
1
version: '2'
2
3
services:
4
-
5
php-fpm:
6
build: php-fpm
7
ports:
8
- "9000:9000"
9
-# restart: always
10
volumes:
11
-# - /usr/share/zoneinfo/Asia/Shanghai:/etc/localtime:ro
12
- ./www:/var/www
13
- ./php-fpm/php.ini:/usr/local/etc/php/php.ini
14
- ./php-fpm/opcache.ini:/usr/local/etc/php/conf.d/opcache.ini
15
- ./php-fpm/php-fpm.conf:/usr/local/etc/php-fpm.conf
16
- ./php-fpm/www.conf:/usr/local/etc/php-fpm.d/www.conf
+# - /etc/localtime:/etc/localtime
+# restart: always
17
# networks:
18
# - custom
19
@@ -22,17 +21,16 @@ services:
22
21
23
- "81:81" # demo1
24
- "82:82" # demo2
25
26
27
28
- ./nginx/logs:/var/logs
29
- ./nginx/conf.d:/etc/nginx/conf.d
30
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
31
# - /etc/localtime:/etc/localtime
32
33
34
35
36
#networks:
37
# custom:
38
# ipam:
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments