mirror of
https://github.com/teddysun/across.git
synced 2025-11-26 21:35:33 +08:00
3 lines
130 B
Bash
Executable File
3 lines
130 B
Bash
Executable File
docker run --name postgres -e POSTGRES_PASSWORD=liukang951006 -p 5432:5432 -v /postgre-data:/var/lib/postgresql/data -d postgres
|
|
|