justfile: enable SELinux labelling for pg volume
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c1e23847a8
commit
ecfa845636
2
justfile
2
justfile
@ -79,7 +79,7 @@ dbstart:
|
||||
-it \
|
||||
-e POSTGRES_PASSWORD=postgres \
|
||||
-e POSTGRES_INITDB_ARGS="--auth-host=scram-sha-256 --auth-local=scram-sha-256" \
|
||||
-v $PWD/tmp/db:/var/lib/postgresql/data \
|
||||
-v $PWD/tmp/db:/var/lib/postgresql/data:Z \
|
||||
-p 127.0.0.1:5432:5432 \
|
||||
docker.io/library/postgres:15.2-alpine3.17
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user