I’m a complete noob.
My goal is to set up a static local website without public access. Working with a HAP AX3 and a USB stick for storage. Pi Hole is running via a container. It is configured with a veth1 and bridge named ‘containers.’
I am having trouble setting up a working Nginx container. I created an Nginx container with interface=veth1 but it stopped immediately after starting. Trying to follow this Mikrotik video, but some steps were done before hand. https://www.youtube.com/watch?v=pmyVQS93HMM
Do I need a separate veth for the Nginx container? How do I configure it to work with the bridge named ‘containers'?