mirror of
https://github.com/ArcticFoxes-net/Coturn-Docker-Compose
synced 2024-11-08 20:51:34 -05:00
Correct labeling for bind mounted directories
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
1ba937ac89
commit
952608a31a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user