Skip to content

Commit b0df612

Browse files
authored
nginx :ro
1 parent c5f54d7 commit b0df612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ services:
134134
depends_on:
135135
- wordpress
136136
volumes:
137-
- ${WORDPRESS_HOME}:${NPP_WEB_ROOT_}
137+
- ${WORDPRESS_HOME}:${NPP_WEB_ROOT_}:ro
138138
- ${NGINX_CACHE}:${NPP_NGINX_CACHE_PATH_}
139139
- ${NGINX_CONF}:/etc/nginx/nginx.conf
140140
- ${NPP_NGINX_CONF}:/etc/nginx/conf.d/default.conf

0 commit comments

Comments
 (0)