how to allow docker nginx webdav writing into a mounted directory?

前端 未结 0 980
不知归路
不知归路 2021-01-04 10:41

This is the docker-compose for nginx

nginx:
container_name: nginx
image: nginx
build:
  context: ./dockerfile
  dockerfile: nginx
volumes:
  - type: bind
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题