Skip to content

Commit a621531

Browse files
authoredOct 9, 2018
Update docker-compose.yml
1 parent 45e062f commit a621531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
- "443:443"
88
volumes:
99
- ./www/:/var/www/html/:rw
10-
- ./conf/conf.d:/etc/nginx/conf.d/:ro
10+
- ./conf/conf.d:/etc/nginx/conf.d/:rw
1111
- ./conf/nginx.conf:/etc/nginx/nginx.conf:ro
1212
- ./log/:/var/log/dnmp/:rw
1313
restart: always
@@ -137,4 +137,4 @@ networks:
137137
net-php56:
138138
net-php54:
139139
net-mysql:
140-
net-redis:
140+
net-redis:

0 commit comments

Comments
 (0)
Please sign in to comment.