mirror of
https://github.com/ArcticFoxes-net/Coturn-Docker-Compose
synced 2024-12-22 14:52:07 -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
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user