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 502e8a7 commit a0b0937Copy full SHA for a0b0937
docker-compose.yml
@@ -8,12 +8,12 @@ services:
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
17
# networks:
18
# - custom
19
0 commit comments