Skip to content

Commit 7d8c30d

Browse files
bugfix
1 parent 3f7c819 commit 7d8c30d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: "2"
33
services:
44
web:
55
image: nginx:1.21.4
6+
network_mode: "host"
67
ports:
78
- "8080:80"
89
volumes:
@@ -11,6 +12,7 @@ services:
1112

1213
php:
1314
image: php:7-fpm
15+
network_mode: "host"
1416
volumes:
1517
- ./code:/code
1618
- ./log.conf:/usr/local/etc/php-fpm.d/zz-log.conf

0 commit comments

Comments
 (0)