fig Web サイトのチュートリアルを使用して、postgres コンテナーを作成しました。コンテナにdbという名前を付けました。
コンテナーは実行中で、アプリはコンテナーに正常に接続します。fig run db psql
実行中のdbコンテナーでコマンドを実行しようとしたところ、エラーが発生しました。
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
実行中のdbコンテナのpsql
インターフェイスにアクセスするにはどうすればよいですか?