docker compose で ファイルとしてマウントする方法 結果から けつに :ro つけるだけ services: backend: image: awesome/backend volumes: - .env.local:.env:ro # # #