c0ny1 / vulstudy

使用docker快速搭建各大漏洞靶场,目前可以一键搭建17个靶场。
2.25k stars 478 forks source link

运行vulnerable-node出错 #18

Open SmllXzBZ opened 3 years ago

SmllXzBZ commented 3 years ago

查看原因好像是因为新版数据库docker必须配置用户名和密码,这个该在哪里配置呀,怎么更改数据库postgres_db的用户名和密码呀

cooek commented 2 years ago

进入该容器,然后修改postgres 配置文件 允许对外访问

cooek commented 2 years ago

进入该容器,然后修改postgres 配置文件 允许对外访问

JasonWells-Nandin commented 11 months ago

docker run --name my-postgres -e POSTGRES_PASSWORD=your_password -p 5432:5432 -d postgres 这个指令应该就可以