Open erbesharat opened 2 years ago
We have a volume in our docker-compose that would mount the dnsmasq.conf file for subspace but it's being replaced by the entrypoint script on each restart. This condition needs to be refined a little to ignore the dnsmasq.conf file if it already exists. https://github.com/subspacecommunity/subspace/blob/1a2d4f2b1801b1d120a0b99b72684b460fdd4b37/entrypoint.sh#L196-L209
dnsmasq.conf
We have a volume in our docker-compose that would mount the
dnsmasq.conf
file for subspace but it's being replaced by the entrypoint script on each restart. This condition needs to be refined a little to ignore thednsmasq.conf
file if it already exists. https://github.com/subspacecommunity/subspace/blob/1a2d4f2b1801b1d120a0b99b72684b460fdd4b37/entrypoint.sh#L196-L209