1
0
mirror of https://github.com/ArcticFoxes-net/Coturn-Docker-Compose synced 2024-09-19 18:24:43 -04:00

Correct labeling for bind mounted directories

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-11-25 07:36:51 -05:00 committed by GitHub
parent 1ba937ac89
commit 952608a31a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./coturn:/etc/coturn:Z - ./coturn:/etc/coturn:Z
- ./ssl:/etc/ssl/certs:Z - ./ssl:/etc/ssl/certs:z
network_mode: "host" network_mode: "host"
user: "65534:65534" user: "65534:65534"
read_only: true read_only: true
@ -43,8 +43,8 @@ services:
restart: unless-stopped restart: unless-stopped
command: daemon command: daemon
volumes: volumes:
- ./acme:/acme.sh - ./acme:/acme.sh:Z
- ./ssl:/ssl - ./ssl:/ssl:z
network_mode: "host" network_mode: "host"
volumes: volumes: