Docker restart not showing the desired effect

前端 未结 2 582
南笙
南笙 2021-01-16 18:16

I have a small nginx based test application that I want to run inside a docker container. So I followed the example given here docker installation

So I have a foder

2条回答
  •  余生分开走
    2021-01-16 19:13

    I assume it is a caching problem. Did you try to set expires -1 in your index.html location configuration to disable server side caching for static files?

提交回复
热议问题