mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
3 lines
162 B
Bash
3 lines
162 B
Bash
#!/bin/bash
|
|
|
|
docker run -d -p 5432:5432 -e POSTGRES_DATABASE=wakapi_local -e POSTGRES_USER=wakapi_user -e POSTGRES_PASSWORD=wakapi --name wakapi-postgres postgres |