docker-compose upコマンドを実行したらvolumeのエラーが発生しました。
わかる人いましたらご教授お願いしたいです。
エラー
ERROR: Named volume "dbdata:/var/lib/postgresql/data:rw" is used in service "postgres" but no declaration was found in the volumes section.
docker-compose.yml
version: "3.8" services: postgres: container_name: postgres image: postgres:latest environment: POSTGRES_USER: user POSTGRES_PASSWORD: mypassword ports: - "5432:5432" volumes: - dbdata:/var/lib/postgresql/data
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。