zh_CN LLVM ZSTD LZ4 NLS openSSL ossp-uuid xml
8.1K
add a issue or [email protected]
Support:
docker run -it --rm -v /data:/data bluse/postgres initdb -D /data/main
docker run -d -v /data:/data -p 5432:5432 bluse/postgres postgres -D /data/main
services:
postgres:
container_name: postgres
hostname: postgres
image: bluse/postgres
volumes:
- /data:/data
ports:
- 5432:5432
command: postgres -D /data/main
restart: always
Content type
Image
Digest
sha256:977b5a778…
Size
378.9 MB
Last updated
4 months ago
docker pull bluse/postgres