1
0
mirror of https://github.com/ArcticFoxes-net/Coturn-Docker-Compose synced 2024-09-18 22:04:42 -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
volumes:
- ./coturn:/etc/coturn:Z
- ./ssl:/etc/ssl/certs:Z
- ./ssl:/etc/ssl/certs:z
network_mode: "host"
user: "65534:65534"
read_only: true
@ -43,8 +43,8 @@ services:
restart: unless-stopped
command: daemon
volumes:
- ./acme:/acme.sh
- ./ssl:/ssl
- ./acme:/acme.sh:Z
- ./ssl:/ssl:z
network_mode: "host"
volumes: