-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SEC: Add :z/:Z to mounted volumes in {local,production}.yml #2663
SEC: Add :z/:Z to mounted volumes in {local,production}.yml #2663
Conversation
fded282
to
9fa002b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tried on macOS, and it seems to work. Would be nice if someone on Windows could confirm that it doesn't break anything.
Ok let's try this. Let's keep an eye on issues reported from Windows users in the coming days. Thank you for your contribution! 🎉 |
Thanks!
…On Mon, Sep 7, 2020, 8:53 AM Bruno Alla ***@***.***> wrote:
Ok let's try this. Let's keep an eye on issues reported from Windows users
in the coming days.
Thank you for your contribution! 🎉
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2663 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAMNS7TITJC4P4HI6QJCULSETJTVANCNFSM4OR7QXGQ>
.
|
Works properly on windows 👍 |
Description
Add
:z
or:Z
suffixes to volumes in thelocal.yml
andproduction.yml
docker-compose configuration files.Rationale
Without these in local.yml, I was getting the following errors:
I've only cursorily tested that the modifications to local.yml do seem to work; I see the index page and the django-debug-toolbar sidebar when I navigate to http://localhost:8000/
production.yml
:z
and:Z
are silently ignored on non-selinux platformsproduction_postgres_data_backups:/backups:z
be:z
or:Z
?Use case(s) / visualization(s)