Skip to content

Commit 042e124

Browse files
committed
Made nginx root dir writable.
1 parent afbc201 commit 042e124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/proxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
- proxy_confd:/etc/nginx/conf.d
2929
- proxy_vhostd:/etc/nginx/vhost.d
3030
- ../volumes/certs:/etc/nginx/certs:ro
31-
- ../web/nginx:/usr/share/nginx/html
31+
- ../web/nginx:/usr/share/nginx/html:rw
3232
logging:
3333
driver: syslog
3434
options:

0 commit comments

Comments
 (0)