我遵循了https://docs.skygear.io/server/guide/getting-started-docker上的Docker手册。
我使用Kitematic从SkygearIO下载Skygear服务器。
服务器尝试启动时,无法连接到数据库。
ERRO[0001] Unable to begin transaction for schema migration: dial tcp
[::1]:5432: getsockopt: connection refused logger=skydb
ERRO[0001] Failed to start skygear: failed to open connection: skydb/pq:
unable to connect to database because of a network error = dial tcp
[::1]:5432: getsockopt: connection refused
我似乎找不到问题。
最佳答案