Synology: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 26: | Line 26: | ||
'''<u>compose.yaml</u>''' | '''<u>compose.yaml</u>''' | ||
<u>Network for container:</u> | |||
[[File:Pi-hole network .png|border|left|thumb]] | |||
</ |
Revision as of 10:50, 30 December 2024
Visual Editor
After installing MediaWiki the "Visual Editor" error, after a long debug and search just enable zlib.
Docker Pi-Hole
SSH NAS
docker network create \
--driver macvlan \
--subnet=192.168.50.0/24 \
--gateway=192.168.50.254 \
--opt parent=ovs_eth2 vlan50
compose.yaml
Network for container: