File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9393 volumeMounts :
9494 - name : wsc-web-data
9595 mountPath : /var/www/html
96- # readOnly: true
96+ readOnly : true
9797 - name : nginx-config
9898 subPath : default.conf
9999 mountPath : /etc/nginx/conf.d/default.conf
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ services:
2929 # - 443:8443/tcp
3030 # - 443:8443/udp
3131 volumes :
32- - ./html:/var/www/html:rw
32+ - ./html:/var/www/html:ro
3333 - ./config/nginx_default.conf:/etc/nginx/conf.d/default.conf:ro
3434 # Without Traefik:
3535 # - ./config/nginx_default_withoutTraefik.conf:/etc/nginx/conf.d/default.conf:ro
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ services:
4747 # - 443:8443/tcp
4848 # - 443:8443/udp
4949 volumes :
50- - ./html:/var/www/html:rw
50+ - ./html:/var/www/html:ro
5151 - ./config/nginx_default.conf:/etc/nginx/conf.d/default.conf:ro
5252 # Without Traefik:
5353 # - ./config/nginx_default_withoutTraefik.conf:/etc/nginx/conf.d/default.conf:ro
You can’t perform that action at this time.
0 commit comments