Why is docker-compose creating files with a root owner and how can I modify the docker-compose.yml file to stop it?

前端 未结 0 1660
陌清茗
陌清茗 2021-01-07 11:37

I am building a Django app to run using Docker.

In the docker-compose.yml file, I am using volumes to save changes.

services:
  web:
    build: .
    c         


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