Skip to content

Commit d43f27f

Browse files
committed
日常更新
1 parent b62f44d commit d43f27f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lnmp/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ services:
99
# - "php"
1010
volumes:
1111
- ./www/:/www
12-
- ./app/nginx1.13/conf/:/etc/nginx/conf.d
12+
- ./app/nginx1.13/conf/nginx.conf:/etc/nginx/nginx.conf
13+
- ./app/nginx1.13/conf/vhost:/etc/nginx/conf.d
1314
restart: always
1415

1516
php7.1:

0 commit comments

Comments
 (0)