mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-02 10:20:31 +08:00
Use the z option when mounting container volumes to allow sharing
This commit is contained in:
@@ -34,7 +34,7 @@ postgres_image="postgres:9.5.17"
|
||||
test_container_name="mbs-test"
|
||||
db_container_name="mbs-test-db"
|
||||
source_dir="$(realpath "$(dirname "$0")/..")"
|
||||
volume_mount="${source_dir}:/src:Z"
|
||||
volume_mount="${source_dir}:/src:z"
|
||||
db_name=mbstest
|
||||
db_password=mbstest
|
||||
pgdb_uri="postgresql+psycopg2://postgres:${db_password}@db/${db_name}"
|
||||
|
||||
Reference in New Issue
Block a user