kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
8 wiersze
220 B
YAML
8 wiersze
220 B
YAML
|
|
services:
|
||
|
|
dnsmasq:
|
||
|
|
image: jamesmorrison/dnsmasq
|
||
|
|
volumes:
|
||
|
|
- ./etc/dnsmasq/dnsmasq.conf:/etc/dnsmasq.conf
|
||
|
|
- ./etc/dnsmasq/funkwhale.test.conf:/etc/dnsmasq.d/funkwhale.test.conf
|
||
|
|
network_mode: host
|