File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 11version : ' 2'
22
33services :
4-
54 php-fpm :
65 build : php-fpm
76 ports :
87 - " 9000:9000"
9- # restart: always
108 volumes :
11- # - /usr/share/zoneinfo/Asia/Shanghai:/etc/localtime:ro
129 - ./www:/var/www
1310 - ./php-fpm/php.ini:/usr/local/etc/php/php.ini
1411 - ./php-fpm/opcache.ini:/usr/local/etc/php/conf.d/opcache.ini
1512 - ./php-fpm/php-fpm.conf:/usr/local/etc/php-fpm.conf
1613 - ./php-fpm/www.conf:/usr/local/etc/php-fpm.d/www.conf
14+ # - /etc/localtime:/etc/localtime
15+ # restart: always
1716# networks:
1817# - custom
1918
@@ -22,17 +21,16 @@ services:
2221 ports :
2322 - " 81:81" # demo1
2423 - " 82:82" # demo2
25- # restart: always
2624 volumes :
2725 - ./www:/var/www
2826 - ./nginx/logs:/var/logs
2927 - ./nginx/conf.d:/etc/nginx/conf.d
3028 - ./nginx/nginx.conf:/etc/nginx/nginx.conf
3129# - /etc/localtime:/etc/localtime
30+ # restart: always
3231# networks:
3332# - custom
3433
35-
3634# networks:
3735# custom:
3836# ipam:
You can’t perform that action at this time.
0 commit comments