Skip to content

Commit f57438e

Browse files
TomasTomecekdhodovsk
authored andcommitted
s2i: use root in favor of pgsql user
Signed-off-by: Tomas Tomecek <[email protected]>
1 parent 52c303b commit f57438e

File tree

1 file changed

+1
-1
lines changed
  • latest/root/usr/share/container-scripts/postgresql

1 file changed

+1
-1
lines changed

latest/root/usr/share/container-scripts/postgresql/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ with configuration in `~/image-configuration/` run:
246246

247247

248248
```
249-
$ s2i build ~/image-configuration/ postgresql new-postgresql
249+
$ s2i build --assemble-user root ~/image-configuration/ postgresql new-postgresql
250250
```
251251

252252
The directory passed to `s2i build` should contain one or more of the

0 commit comments

Comments
 (0)