Merge pull request #239 from waffshappen/patch-2

Allow Project File Access with Podman+Selinux
This commit is contained in:
henk717 2023-05-08 16:58:51 +02:00 committed by GitHub
commit f2b643a639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,8 @@ services:
environment:
- DISPLAY=${DISPLAY}
network_mode: "host"
security_opt:
- label:disable
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix
- /etc/protocols:/etc/protocols:ro

View File

@ -5,6 +5,8 @@ services:
environment:
- DISPLAY=${DISPLAY}
network_mode: "host"
security_opt:
- label:disable
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix
- /etc/protocols:/etc/protocols:ro