Skip to content

Commit 211418d

Browse files
committed
Modified docker/docker-compose.yml
Modified docker/swoole.yml
1 parent 3df386f commit 211418d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "2"
22
services:
33
api_fpm:
4-
image: manaphp/php74:3.1
4+
image: manaphp/php74:3.2
55
volumes:
66
- ../:/var/www/html
77
- ./fpm/conf.d:/etc/php/conf.d

docker/swoole.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "2"
22
services:
33
api:
4-
image: manaphp/php74:3.1
4+
image: manaphp/php74:3.2
55
volumes:
66
- /usr/share/zoneinfo/PRC:/etc/localtime
77
- ../:/var/www/html

0 commit comments

Comments
 (0)