We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e062f commit a621531Copy full SHA for a621531
docker-compose.yml
@@ -7,7 +7,7 @@ services:
7
- "443:443"
8
volumes:
9
- ./www/:/var/www/html/:rw
10
- - ./conf/conf.d:/etc/nginx/conf.d/:ro
+ - ./conf/conf.d:/etc/nginx/conf.d/:rw
11
- ./conf/nginx.conf:/etc/nginx/nginx.conf:ro
12
- ./log/:/var/log/dnmp/:rw
13
restart: always
@@ -137,4 +137,4 @@ networks:
137
net-php56:
138
net-php54:
139
net-mysql:
140
- net-redis:
+ net-redis:
0 commit comments