Last change
on this file was e6c2521, checked in by darsov2 <62809499+darsov2@…>, 10 months ago |
images upload/download impl, other fixes
|
-
Property mode
set to
100644
|
File size:
280 bytes
|
Line | |
---|
1 | podman run \
|
---|
2 | --cgroup-manager=cgroupfs \
|
---|
3 | -d \
|
---|
4 | --rm \
|
---|
5 | -e POSTGRES_USER=postgres \
|
---|
6 | -e POSTGRES_PASSWORD=1234 \
|
---|
7 | -p 5432:5432 \
|
---|
8 | --network "host" \
|
---|
9 | --privileged \
|
---|
10 | --mount type=bind,source=./DatabaseFolder,target=/var/lib/postgresql/data \
|
---|
11 | --name postgres_it \
|
---|
12 | postgres
|
---|
Note:
See
TracBrowser
for help on using the repository browser.